waaseyaa/queue

Asynchronous task queue and job processing for Waaseyaa

Maintainers

Package info

github.com/waaseyaa/queue

pkg:composer/waaseyaa/queue

Statistics

Installs: 180

Dependents: 5

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.7 2026-03-15 03:16 UTC

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.