Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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