2017 © Pedro Peláez
 

library queue

Manage work queues with PHP

image

indigophp/queue

Manage work queues with PHP

  • Friday, October 3, 2014
  • by mark.sagikazar
  • Repository
  • 0 Watchers
  • 0 Stars
  • 83 Installations
  • 1 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Indigo Queue

Build Status Code Coverage Latest Stable Version Total Downloads Scrutinizer Quality Score License Dependency Status, (*1)

Indigo Queue manages your queues and processes the jobs you put onto them., (*2)

Install

Via Composer, (*3)

``` json { "require": { "indigophp/queue": "@stable" } }, (*4)



## Usage First of all you have decide which MQ do you want to use. Currently supported MQs: * [Beanstalkd](http://kr.github.io/beanstalkd/) * [RabbitMQ](http://www.rabbitmq.com/) * [IronMQ](http://www.iron.io/) There is also a special implementation, where to job is not sent to a queue, but executed immediately. ### Connector Connector does the communication between the server and the Queue/Worker class. ### Queue You use the Queue class to push jobs to a queue. You can also push a job with a delay. See [Queue example](examples/Queue.php). ### Worker You usually set up a console application for your workers. See [Worker example](examples/Worker.php). ### Job See [examples](examples); ### Special connector: DirectConnector This connector does what you think: Executes the pushed job immediately. You can also push a delayed job, BUT BE CAREFUL: this means that your application will sleep for a certain time, so use it wisely. ## Testing ``` bash $ codecept run

Contributing

Please see CONTRIBUTING for details., (*5)

Credits

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

03/10 2014

dev-develop

dev-develop https://indigophp.com

Manage work queues with PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Márk Sági-Kazár

queue job worker

23/07 2014

dev-master

9999999-dev https://indigophp.com

Manage work queues with PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Márk Sági-Kazár

queue job worker

23/07 2014

v2.0.0-rc1

2.0.0.0-RC1 https://indigophp.com

Manage work queues with PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Márk Sági-Kazár

queue job worker

25/01 2014

v2.0.0-beta

2.0.0.0-beta https://indigophp.com

Manage work queues with PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sági-Kazár Márk

queue job worker

24/01 2014

v2.0.0-alpha

2.0.0.0-alpha

Manage queues with PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sági-Kazár Márk

queue job worker

14/10 2013

v1.0

1.0.0.0

Package to manage queues

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sági-Kazár Márk

queue job worker