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
- 0.1.x-dev
- dev-renovate/all-minor-patch
- dev-renovate/major-test-packages
- dev-renovate/bitnami-kafka-3.x
- dev-renovate/major-phpstan-packages
- dev-renovate/actions-cache-4.x
- dev-renovate/codecov-codecov-action-5.x
- dev-renovate/phpstan-packages
- dev-renovate/lock-file-maintenance
- dev-fetch-api-versions
- dev-api-versions-message
This package is auto-updated.
Last update: 2024-11-21 01:52:44 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.