naf / queue
NAF Queue Plugin for asynchronous jobs.
v0.2.2
2026-09-13 19:57 UTC
Requires
- php: >=8.3
- naf/cli: ^0.2
- naf/framework: ^0.2
Requires (Dev)
- phpunit/php-code-coverage: ^12.1
- phpunit/phpunit: ^12.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-13 20:55:12 UTC
README
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
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.
