berlioz / queue-manager
Queue manager
v3.0.0
2026-02-19 13:27 UTC
Requires
- php: ^8.2
- berlioz/helpers: ^1.10
- psr/clock: ^1.0
- psr/container: ^2.0
- psr/log: ^2.0 || ^3.0
Suggests
- ext-amqp: To use AMQP queue
- ext-pcntl: To use signals to exit worker
- ext-redis: To use Redis queue
- aws/aws-sdk-php: To use AWS SQS service
- hectororm/query: To use database queue
This package is auto-updated.
Last update: 2026-03-19 17:34:04 UTC
README
Note
This repository is a read-only split from the main Berlioz Framework repository.
For contributions, issues, or more information, please visit the main Berlioz Framework repository.
Do not open issues or pull requests here.
Berlioz Queue Manager is responsible for processing jobs from a queue using a job handler. It supports advanced features like memory and time limits, signal handling, and customizable worker options.
📖 Full documentation
Installation
You can install Berlioz Queue Manager with Composer, it's the recommended installation.
$ composer require berlioz/queue-manager
Documentation
For usage and examples, visit the official documentation on getberlioz.com.