dotkernel / queue
Dotkernel queue system
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 1
Forks: 1
Open Issues: 6
Type:project
Requires
- php: ~8.2.0 || ~8.3.0
- ext-sockets: *
- clue/socket-raw: ^v1.6.0
- dotkernel/dot-cache: ^4.3
- dotkernel/dot-cli: ^3.9
- dotkernel/dot-data-fixtures: ^1.4.0
- dotkernel/dot-dependency-injection: ^1.2
- dotkernel/dot-log: 4.0.4
- dotkernel/dot-mail: ^5.3.0
- dotkernel/dot-twigrenderer: 3.6.0
- laminas/laminas-component-installer: ^3.5
- laminas/laminas-config-aggregator: ^1.18
- mezzio/mezzio: ^3.20
- mezzio/mezzio-authentication-oauth2: ^2.11
- netglue/laminas-messenger: ^2.3.0
- ramsey/uuid: ^4.5.0
- ramsey/uuid-doctrine: ^2.1.0
- roave/psr-container-doctrine: ^5.2.2
- symfony/redis-messenger: ^v7.2.3
Requires (Dev)
- laminas/laminas-coding-standard: ^3.0
- phpstan/phpstan: ^2.0
- phpstan/phpstan-doctrine: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- phpunit/phpunit: ^10.5.45
- roave/security-advisories: dev-master
- swoole/ide-helper: ~5.0.0
This package is auto-updated.
Last update: 2025-08-04 09:30:03 UTC
README
Important
Dotkernel component used to queue tasks to be processed asynchronously based on netglue/laminas-messenger
A queue system is a vital component in modern web applications that enables the decoupling of certain tasks from the regular request-response cycle.
This is especially useful for time-consuming and resource-intensive operations which are thus handled asynchronously by background workers on a separate system.
The greatest benefit is to application responsiveness which allows faster execution, while the heavy lifting is scheduled in the queue based on available resources.
The queue system uses logs to ensure maintainability and implements retry features for reliability and stability.
Badges
Installation
Until we have a compiled documentation, read the files from /doc/book/v1 folder
Documentation
Documentation is available at: https://docs.dotkernel.org/queue-documentation