Download the PHP package glushkovds/laravel-kafka-queue without Composer
On this page you can find all versions of the php package glushkovds/laravel-kafka-queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download glushkovds/laravel-kafka-queue
More information about glushkovds/laravel-kafka-queue
Files in glushkovds/laravel-kafka-queue
Download glushkovds/laravel-kafka-queue
More information about glushkovds/laravel-kafka-queue
Files in glushkovds/laravel-kafka-queue
Vendor glushkovds
Package laravel-kafka-queue
Short Description Laravel Kafka Queue Driver
License MIT
Homepage https://github.com/glushkovds/laravel-kafka-queue
Package laravel-kafka-queue
Short Description Laravel Kafka Queue Driver
License MIT
Homepage https://github.com/glushkovds/laravel-kafka-queue
Please rate this library. Is it a good library?
Informations about the package laravel-kafka-queue
Laravel Kafka Queue Driver
Features
- Supports delayed jobs
- Supports retries
- Supports Laravel 10
- Supports authorization
Attention
The code this library is still dirty, there is no stable version. Use it at your own risk. Follow the updates, suggest yours.
Thanks to
- https://github.com/rapideinternet/laravel-queue-kafka - sources, it seems this lib is abandoned
- https://github.com/lukaszaleckas/laravel-kafka-queue - delayed jobs, docker environment
Installation
-
Build and install librdkafka library, install pecl extension rdkafka
-
Install this package via composer using
-
Add service provider to
app.php
-
Add Kafka's connection to
queue.php
config - Add credentials to
.env
file
More about pecl extension rdkafka
https://arnaud.le-blanc.net/php-rdkafka-doc/phpdoc/index.html
All versions of laravel-kafka-queue with dependencies
PHP Build Version
Package Version
The package glushkovds/laravel-kafka-queue contains the following files
Loading the files please wait ....