waaseyaa / queue
Asynchronous task queue and job processing for Waaseyaa
v0.1.0-alpha.256
2026-07-06 21:24 UTC
Requires
- php: >=8.5
- symfony/messenger: ^7.0
- waaseyaa/database-legacy: ^0.1.0-alpha.256
- waaseyaa/foundation: ^0.1.0-alpha.256
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-07-06 21:32:29 UTC
README
Layer 0 — Foundation
Async job queue for Waaseyaa applications.
Provides a JobInterface, JobMiddlewareInterface, and queue backend abstraction for dispatching and processing background jobs. Uses Symfony Messenger conventions. Workers consume jobs outside the HTTP request lifecycle.
Key classes: JobInterface, JobMiddlewareInterface, QueueInterface.