Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/latetrains/php-kafka-client
A PHP Client to communicate with Kafka
https://github.com/latetrains/php-kafka-client
kafka kafka-client kafka-connector php php74
Last synced: 1 day ago
JSON representation
A PHP Client to communicate with Kafka
- Host: GitHub
- URL: https://github.com/latetrains/php-kafka-client
- Owner: latetrains
- Created: 2020-05-17T16:01:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T17:52:37.000Z (over 4 years ago)
- Last Synced: 2024-10-13T13:20:47.916Z (about 1 month ago)
- Topics: kafka, kafka-client, kafka-connector, php, php74
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Kafka Client
A simple and easy to use PHP Kafka which uses the rdkafka PHP extension.
## Install
`composer require latetrains/php-kafka-client`
## Requirements
1. PHP 7.4
1. rdkafka PHP extension## Examples
See the `examples` folder