Download the PHP package tahseen9/rabbit-queue without Composer
On this page you can find all versions of the php package tahseen9/rabbit-queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tahseen9/rabbit-queue
More information about tahseen9/rabbit-queue
Files in tahseen9/rabbit-queue
Download tahseen9/rabbit-queue
More information about tahseen9/rabbit-queue
Files in tahseen9/rabbit-queue
Vendor tahseen9
Package rabbit-queue
Short Description A laravel package to dispatch and listen Rabbit MQ Queues in a simple way!
License MIT
Package rabbit-queue
Short Description A laravel package to dispatch and listen Rabbit MQ Queues in a simple way!
License MIT
Please rate this library. Is it a good library?
Informations about the package rabbit-queue
Rabbit Queue (Laravel Package)
A simple and elegant Laravel wrapper around php-amqplib for dispatching to and listening from rabbitmq queues.
Avoiding High Connection Churn
Use AMQProxy, which is a proxy library with connection and channel pooling/reusing. This allows for lower connection and channel churn when using php-amqplib, leading to less CPU usage of RabbitMQ.
Installation
Via Dependency Composer
Publish assets (config file)
Usage
Dispatch Queue
Via Dependency Injection
Via Facade
Listen Queue
Via Dependency Injection
Via Facade
Using via Class Instance
Configuration file (rabbit-queue.php)
Change log
Version 1.0.0 Released
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- AMQProxy team
- php-amqplib team
License
MIT. Please see the license file for more information.
All versions of rabbit-queue with dependencies
PHP Build Version
Package Version
The package tahseen9/rabbit-queue contains the following files
Loading the files please wait ....