Download the PHP package daalvand/kafka without Composer
On this page you can find all versions of the php package daalvand/kafka. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download daalvand/kafka
More information about daalvand/kafka
Files in daalvand/kafka
Download daalvand/kafka
More information about daalvand/kafka
Files in daalvand/kafka
Vendor daalvand
Package kafka
Short Description This package is for produce and consume from kafka
License MIT
Package kafka
Short Description This package is for produce and consume from kafka
License MIT
Please rate this library. Is it a good library?
Informations about the package kafka
preview
- This package is for kafka consume and produce in laravel
installation
Install Kafka
Apache Kafka is need for many sections of our ecosystem
-
install librdkafka from The Apache Kafka C/C++ client library
for the ubuntu:
apt install librdkafka-dev
.for the centos:
yum install librdkafka-devel
-
Then build php extension from Manually Installing the extension
-
Then extension to
php.ini
extension=rdkafka.so
- Then restart php-fpm service
service php-fpm restart
install package
- run
composer require daalvand/kafka
2 . publish provider:
Laravel
php artisan vendor:publish --provider="Daalvand\Kafka\KafkaServiceProvider"
Lumen
-
Add the service provider to bootstrap/app.php file:
- Copy the config file from
/vendor/daalvand/kafka/src/config
to/config
directory. Then configure it in/bootstrap/app.php
file:
Usage
Producer
Consumer
auto.offset.reset
option is (largest, smallest) valid values for kafka by older version than 0.9 and for after .9 is (earliest, latest)
All versions of kafka with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
ext-rdkafka Version *
ext-rdkafka Version *
The package daalvand/kafka contains the following files
Loading the files please wait ....