naf / schedule
NAF Schedule Plugin for recurring Tasks.
Requires
- php: >=8.3
- naf/framework: ^0.2
- naf/queue: ^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:18 UTC
README
naf/schedule
Minimalistic scheduling for NAF – cron-based, predictable, and queue-aware.
This plugin provides a lightweight scheduler for recurring tasks using cron expressions. It is designed to work seamlessly with the NAF Queue plugin, without introducing hidden magic or unnecessary complexity.
🧩 Part of the official NAF plugin collection.
Use it when you want to run recurring jobs reliably – without relying on system cron files or external schedulers.
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/schedule
License
MIT. Part of NAF.
