peppeocchi / php-cron-scheduler
This is a framework agnostic cron jobs scheduler that can be easily integrated with your project or run as a standalone command scheduler. The idea was originally inspired by the Laravel Task Scheduling.
Installing via Composer
The recommended way is to install the php-cron-scheduler is through Composer. Please refer to Getting Started on how to download and install Composer.
After you have downloaded/installed Composer, run
or add the package to your
{ "require": { "peppeocchi/php-cron-scheduler": "3.*" } }
Scheduler V3 requires php >= 7.1, please use the v2 branch for php versions < 7.1.
-