Download the PHP package purplefan/php-rdkafka-bundle without Composer
On this page you can find all versions of the php package purplefan/php-rdkafka-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-rdkafka-bundle
KafkaBundle
About
This Symfony bundle provides connectivity to the Kafka publish-subscribe messaging system based on rdkafka binding to librdkafka
Installation
Add the dependency in your composer.json
Enable the bundle in your application kernel
Configuration
Simple configuration could look like:
Configuration properties are documented:
- for producer or consumer in CommunicatorConfiguration.php
- for topic to produce in TopicProducerConfiguration.php
- for topic to consume in TopicConsumerConfiguration.php
Usage
Publishing messages to a Kafka topic
From a Symfony controller:
By CLI:
Consume messages out of a Kafka topic:
Implement ConsumerInterface
Register it:
From a Symfony controller:
By CLI:
License
This project is under the MIT License. See the LICENSE file for the full license text.
All versions of php-rdkafka-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
symfony/framework-bundle Version ~2.3 || ~3.0
symfony/dependency-injection Version ~2.3 || ~3.0
symfony/console Version ~2.3 || ~3.0
symfony/config Version ~2.3 || ~3.0
symfony/yaml Version ~2.3 || ~3.0
ext-rdkafka Version *
symfony/framework-bundle Version ~2.3 || ~3.0
symfony/dependency-injection Version ~2.3 || ~3.0
symfony/console Version ~2.3 || ~3.0
symfony/config Version ~2.3 || ~3.0
symfony/yaml Version ~2.3 || ~3.0
ext-rdkafka Version *
The package purplefan/php-rdkafka-bundle contains the following files
Loading the files please wait ....