A library to allow people to communicate to Kafka using plain PHP, compatible with Kafka v0.11+ (due to the way the protocol works).
Package is available on Packagist, you can install it using Composer.
composer require lcobucci/kafka
- PHP 8.0+ (64-bit only)
This project uses ADRs to record all architectural decisions. The summary can be found here.
MIT, see LICENSE.