lcobucci/kafka

PHP client for Kafka

Fund package maintenance!
lcobucci
Patreon

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 58

Watchers: 1

Forks: 4

Open Issues: 14

pkg:composer/lcobucci/kafka

0.1.x-dev 2024-11-19 21:23 UTC

README

Total Downloads Latest Stable Version Unstable Version

Build Status Code Coverage

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.