You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Documentation of php-kafka
1
+
# Documentation of php-simple-kafka-client
2
2
This is the documentation repository of [php-kafka/php-simple-kafka-client](https://github.com/php-kafka/php-simple-kafka-client).
3
-
See the live documentation at [https://php-kafka.github.io/php-simple-kafka-client.github.io/](https://php-kafka.github.io/php-simple-kafka-client.github.io/).
3
+
See the live documentation at [https://php-kafka.github.io/php-simple-kafka-client.github.io](https://php-kafka.github.io/php-simple-kafka-client.github.io/).
4
4
The documentation is built with [Hugo](https://gohugo.io/documentation/).
This extension provides ways to interact with Apache Kafka.
13
-
You can find some examples for producer and consumer [here](https://github.com/php-kafka/php-kafka-examples/tree/main/src/ext-php-kafka)
13
+
You can find some examples for producer and consumer [here](https://github.com/php-kafka/php-kafka-examples/tree/main/src/ext-php-simple-kafka-client)
14
14
This extension uses [librdkafka](https://github.com/edenhill/librdkafka) for binding and was inspired by [php-rdkafka](https://github.com/arnaud-lb/php-rdkafka).
0 commit comments