Download the PHP package synergitech/queue without Composer
On this page you can find all versions of the php package synergitech/queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download synergitech/queue
More information about synergitech/queue
Files in synergitech/queue
Download synergitech/queue
More information about synergitech/queue
Files in synergitech/queue
Vendor synergitech
Package queue
Short Description FuelPHP library to integrate easy RabbitMQ publish/consume
License MIT
Homepage https://github.com/synergitech/fuelphp-queue
Package queue
Short Description FuelPHP library to integrate easy RabbitMQ publish/consume
License MIT
Homepage https://github.com/synergitech/fuelphp-queue
Please rate this library. Is it a good library?
Informations about the package queue
synergitech/queue
An abstraction over RabbitMQ for use in FuelPHP.
Installation
Usage
Configuration
-
autorun
(array) a list of environments where the job is executed immediately, rather than enqueuing a job in RabbitMQ. Defaults to['development']
, which means that by default, jobs will immediately execute in development. queue.host
(string) the host where your RabbitMQ instance can be found, defaults to'127.0.0.1'
queue.port
(int) the port where your RabbitMQ instance can be found, defaults to5672
queue.user
(string) the RabbitMQ username, defaults to'guest'
queue.password
(string) the RabbitMQ password, defaults to'guest'
queue.vhost
(string) the RabbitMQ virtual host, defaults to'/'
All versions of queue with dependencies
PHP Build Version
Package Version
Requires
composer/installers Version
~1.0
php-amqplib/php-amqplib Version ^2.6
ramsey/uuid Version ^3.8
php-amqplib/php-amqplib Version ^2.6
ramsey/uuid Version ^3.8
The package synergitech/queue contains the following files
Loading the files please wait ....