waaseyaa / queue
Asynchronous task queue and job processing for Waaseyaa
v0.1.0-alpha.7
2026-03-15 03:16 UTC
Requires
- php: >=8.3
- symfony/messenger: ^7.3
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-03-15 16:00:36 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.