/kafka

PHP client for Kafka

Primary LanguagePHPMIT LicenseMIT

PHP Kafka client

Total Downloads Latest Stable Version Unstable Version

Branch master Build Status Scrutinizer Code Quality Code Coverage

A library to allow people to communicate to Kafka using plain PHP, compatible with Kafka v0.11+ (due to the way the protocol works).

Installation

Package is available on Packagist, you can install it using Composer.

composer require lcobucci/kafka

Dependencies

  • PHP 7.4+ (64-bit only)

Documentation

Architectural decisions

This project uses ADRs to record all architectural decisions.

The summary can be found here.

License

MIT, see LICENSE file.