Search by

naf / queue

floknapp

NAF Queue Plugin for asynchronous jobs.

Package info

github.com/nafphp/queue

Type:naf-plugin

pkg:composer/naf/queue

Statistics

Installs: 72

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.2.2 2026-09-13 19:57 UTC

This package is auto-updated.

Last update: 2026-09-13 20:55:12 UTC


README

NAF

NAF Queue Plugin

← Back to NAF

naf/queue

Minimalistic queueing for NAF – file-based, simple, and extendable.

This plugin provides a lightweight job queue system with CLI worker support and no external dependencies by default.

🧩 Part of the official NAF plugin collection.
Use it when you want to delay tasks, run background jobs, or decouple logic – without setting up Redis or RabbitMQ.

Documentation

Queues and workers →

Everything about this package — what it does, how it is configured and what it needs — lives in the NAF documentation. Not sure which packages you need? Start here.

Install

composer require naf/queue

License

MIT. Part of NAF.