This is a library that makes it easier to use Kafka in your PHP project.
This library relies on php-kafka/php-simple-kafka-client
Avro support relies on flix-tech/avro-serde-php
The documentation of the php extension,
can help out to understand the internals of this library.
- php: ^7.3|^8.0
- ext-simple_kafka_client: >=0.1.0
- librdkafka: >=1.4.0
composer require php-kafka/php-simple-kafka-lib
If you need Avro support, run:
composer require flix-tech/avro-serde-php "~1.4"
This library was inspired by jobcloud/php-kafka-lib 😍
Examples can be found here