Download the PHP package quipo/kafka-php without Composer
On this page you can find all versions of the php package quipo/kafka-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download quipo/kafka-php
More information about quipo/kafka-php
Files in quipo/kafka-php
Download quipo/kafka-php
More information about quipo/kafka-php
Files in quipo/kafka-php
Vendor quipo
Package kafka-php
Short Description PHP client library for Apache Kafka 0.7
License Apache
Package kafka-php
Short Description PHP client library for Apache Kafka 0.7
License Apache
Please rate this library. Is it a good library?
Informations about the package kafka-php
kafka-php
kafka-php allows you to produce messages to the Apache Kafka distributed publish/subscribe messaging service.
Requirements
- Minimum PHP version: 5.3.3.
- Apache Kafka 0.6.x or 0.7.x.
- You need to have access to your Kafka instance and be able to connect through TCP. You can obtain a copy and instructions on how to setup kafka at https://github.com/kafka-dev/kafka
- The PHP Zookeeper extension is required if you want to use the Zookeeper-based consumer.
Installation
Add the lib directory to the PHP include_path and use an autoloader like the one in the examples directory (the code follows the PEAR/Zend one-class-per-file convention).
Usage
The examples directory contains an example of a Producer and a simple Consumer, and an example of the Zookeeper-based Consumer.
Example Producer:
Example Consumer:
TODO
- support for Snappy compression
Contact for questions
Lorenzo Alberton
l.alberton at(@) quipo.it
All versions of kafka-php with dependencies
PHP Build Version
Package Version
No informations.
The package quipo/kafka-php contains the following files
Loading the files please wait ....