pmg / queue
A task queue framework for PHP
v7.0.0
2026-03-16 18:14 UTC
Requires
- php: ^8.4
- guzzlehttp/promises: ^2.0.3
- psr/log: ^1.0 || ^2.0 || ^3.0
Requires (Dev)
- nyholm/psr7: ^1.8
- open-telemetry/api: ^1.0
- open-telemetry/context: ^1.0
- open-telemetry/sdk: ^1.0
- open-telemetry/sem-conv: ^1.25
- phpunit/phpunit: ^9.5
- symfony/http-client: ^7.1
- symfony/phpunit-bridge: ^5.4
Suggests
- open-telemetry/api: enables open telemetry auto instrumentation
- open-telemetry/context: enables open telemetry auto instrumentation
- open-telemetry/sem-conv: enables open telemetry auto instrumentation
- pmg/queue-pheanstalk: Power pmg/queue with Beanstalkd
Conflicts
- open-telemetry/sem-conv: <1.25
This package is auto-updated.
Last update: 2026-05-19 22:16:39 UTC
README
PMG\Queue
pmg/queue is a production-ready queue framework that powers many internal
projects at PMG.
It is simple and extensible, with features we have found most useful, including automatic retries and multi-queue support.