codeigniter4/tasks
Task Scheduler for CodeIgnter 4
2 Releases
Latest: 2mo ago
v1.0.1Latest
📋 What's Changed
- fix: change queue dependency from dev-develop to ^1.0 by @michalsn in https://github.com/codeigniter4/tasks/pull/202
- Full Changelog: https://github.com/codeigniter4/tasks/compare/v1.0.0...v1.0.1
v1.0.0
📦 Highlights
- Fluent task scheduling for CodeIgniter 4
- Support for commands, shell, events, URLs, and queue jobs
- Timezone-aware scheduling
- Rich frequency helpers, including hourly, monthly, specific times of day, and custom cron expressions
- Next-run calculation for better visibility into schedules
- CLI commands to publish config, list tasks, run the scheduler, and enable or disable task execution
📦 Contributors
- Thanks to all contributors who helped shape this first release:
- @ChoMPi0, @colethorsen, @datamweb, @ddevsr, @kenjis, @kloukas, @lonnieezell, @MGatner, @michalsn, @muhannad17, @samsonasik, and @yassinedoghri.
- Full Changelog: https://github.com/codeigniter4/tasks/commits/v1.0.0
