Package Data | |
---|---|
Maintainer Username: | ose1955 |
Maintainer Contact: | sogarkov@gmail.com (Sergey Ogarkov) |
Package Create Date: | 2016-10-28 |
Package Last Update: | 2016-11-17 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:15:00 |
Package Statistics | |
---|---|
Total Downloads: | 12 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 1 |
Laravel/Lumen implementation of Asyncronous and DirectRpc interfaces for RabbitMQ. Based on PhpAmqpLib.
$ composer require ose1955/rabbitmq-client
For Laravel >=5.1.0 specify service provider in the providers
array:
Sogarkov\RabbitmqClient\Providers\RabbitmqServiceProvider::class,
The RabbitMQ Client is open-sourced software licensed under the MIT license.