waaseyaa / queue
Asynchronous task queue and job processing for Waaseyaa
v0.1.0-alpha.218
2026-06-16 01:58 UTC
Requires
- php: >=8.5
- symfony/messenger: ^7.0
- waaseyaa/database-legacy: ^0.1.0-alpha.218
- waaseyaa/foundation: ^0.1.0-alpha.218
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-06-16 02:04:00 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.