pmg / queue
A task queue framework for PHP
Installs: 45 622
Dependents: 11
Suggesters: 0
Security: 0
Stars: 130
Watchers: 37
Forks: 11
Open Issues: 4
Requires
- php: ^8.0
- guzzlehttp/promises: ^1.3
- psr/log: ^1.0 || ^2.0 || ^3.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- symfony/phpunit-bridge: ^5.4
Suggests
- pmg/queue-pheanstalk: Power pmg/queue with Beanstalkd
This package is auto-updated.
Last update: 2023-05-03 19:16:09 UTC
README
PMG\Queue
pmg/queue
is a production ready queue framework that powers many internal
projects at PMG.
It's simple and extensible a number of features we've found to be the most useful including automatic retries and multi-queue support.