waaseyaa/queue

Asynchronous task queue and job processing for Waaseyaa

Maintainers

Package info

github.com/waaseyaa/queue

pkg:composer/waaseyaa/queue

Transparency log

Statistics

Installs: 8 996

Dependents: 9

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.256 2026-07-06 21:24 UTC

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.