ose1955 / rabbitmq-client
Laravel/Lumen Async and DirectRpc interfaces for RabbitMQ using AMQP.
0.9.0
2016-11-17 09:09 UTC
Requires
- php: >=7.0
- illuminate/support: 5.*
- php-amqplib/php-amqplib: ^2.6
This package is not auto-updated.
Last update: 2024-11-04 14:00:25 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.