ose1955 / rabbitmq-client
Laravel/Lumen Async and DirectRpc interfaces for RabbitMQ using AMQP.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 1
pkg:composer/ose1955/rabbitmq-client
Requires
- php: >=7.0
- illuminate/support: 5.*
- php-amqplib/php-amqplib: ^2.6
This package is not auto-updated.
Last update: 2025-10-20 18:32:15 UTC
README
Description
Laravel/Lumen implementation of Asyncronous and DirectRpc interfaces for RabbitMQ. Based on PhpAmqpLib.
Installation
$ composer require ose1955/rabbitmq-client
For Laravel >=5.1.0 specify service provider in the providers array:
Sogarkov\RabbitmqClient\Providers\RabbitmqServiceProvider::class,
License
The RabbitMQ Client is open-sourced software licensed under the MIT license.