latetrains/php-kafka-client

A PHP Client to communicate with Kafka and Confluent Brokers

0.0.1 2020-05-17 16:09 UTC

This package is auto-updated.

Last update: 2024-04-18 02:21:54 UTC


README

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
  2. rdkafka PHP extension

Examples

See the examples folder