ose1955/rabbitmq-client

Laravel/Lumen Async and DirectRpc interfaces for RabbitMQ using AMQP.

0.9.0 2016-11-17 09:09 UTC

This package is not auto-updated.

Last update: 2024-04-22 11:39:27 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.