Skip to content

Commit 339f0ac

Browse files
committed
update readme
1 parent 4e1f642 commit 339f0ac

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
# php-kafka
2-
Kafka extension for PHP
1+
# PHP Kafka extension (php-kafka)
2+
3+
[![Supported librdkafka versions: >= 1.4.0](https://img.shields.io/badge/librdkafka-%3E%3D%201.4.0-blue.svg)](https://github.com/edenhill/librdkafka/releases)
4+
[![Supported Kafka versions: >= 0.9](https://img.shields.io/badge/kafka-%3E%3D%200.9-blue.svg)](https://github.com/edenhill/librdkafka/blob/master/INTRODUCTION.md#broker-version-compatibility)
5+
![Supported PHP versions: 7.x .. 8.x](https://img.shields.io/badge/php-7.x%20..%208.x-blue.svg)
6+
[![License: BSD-3](https://img.shields.io/badge/License-BSD--3-green.svg)](https://github.com/php-kafka/php-kafka/blob/main/LICENSE)
7+
8+
## Documentation
9+
10+
## Support
11+
Join the [Slack Workspace](https://join.slack.com/t/php-kafka/shared_invite/zt-a73huj9v-Nl3n9RjGgjrE8OI4bfsH6Q) or [Gitter](https://gitter.im/php-kafka/php-kafka)
12+
13+
## Credits
14+
This extension relies on [librdkafka](https://github.com/edenhill/librdkafka)
15+
This extension is based on [php-rdkafka](https://github.com/arnaud-lb/php-rdkafka)
16+
Many thanks to all [contributors](https://github.com/php-kafka/php-kafka/graphs/contributors) :heart:

0 commit comments

Comments
 (0)