lcobucci / kafka
PHP client for Kafka
0.1.x-dev
2024-11-19 21:23 UTC
Requires
- php-64bit: ^8.1
- ext-pcntl: *
- psr/log: ^3.0
- react/socket: ^1.13.0
Requires (Dev)
- infection/infection: ^0.27
- lcobucci/coding-standard: ^11.0.0
- monolog/monolog: ^3.4.0
- phpstan/extension-installer: ^1.3.1
- phpstan/phpstan: ^1.10.24
- phpstan/phpstan-deprecation-rules: ^1.1.3
- phpstan/phpstan-phpunit: ^1.3.13
- phpstan/phpstan-strict-rules: ^1.5.1
- phpunit/phpunit: ^9.6.9
This package is auto-updated.
Last update: 2024-12-21 17:38:09 UTC
README
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 8.0+ (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.