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: 172

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

v0.2.4 2026-09-22 21:11 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.