Download the PHP package maximerenou/queue without Composer
On this page you can find all versions of the php package maximerenou/queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maximerenou/queue
More information about maximerenou/queue
Files in maximerenou/queue
Download maximerenou/queue
More information about maximerenou/queue
Files in maximerenou/queue
Vendor maximerenou
Package queue
Short Description Php package to manage queue tasks in a simple way
License MIT
Homepage http://github.com/maximerenou/queue
Package queue
Short Description Php package to manage queue tasks in a simple way
License MIT
Homepage http://github.com/maximerenou/queue
Please rate this library. Is it a good library?
Informations about the package queue
Queue
New features in this fork:
- You can push any job in a queue
- Jobs can ask to run one more time (try again)
- You can specify how many jobs you wish to keep in "successful", "error", "failed" and "retry" dynamic queues. It allows you to monitor last jobs without consuming too much disk space or memory.
- You can use a custom function to instance jobs (useful when working with a Container)
Current implementations:
- Redis (see
example/bin/
)
TODO
- Update tests
- Implements AWS SQS
- Implements MySQL
You may want to check the original repository.
All versions of queue with dependencies
PHP Build Version
Package Version
The package maximerenou/queue contains the following files
Loading the files please wait ....