pmg / queue
A task queue framework for PHP
Installs: 55 271
Dependents: 10
Suggesters: 0
Security: 0
Stars: 132
Watchers: 36
Forks: 11
Open Issues: 0
Requires
- php: ^8.2
- guzzlehttp/promises: ^1.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: 2024-10-23 14:08:15 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.