maslosoft / sicron
Signals based cron
0.0.4
2022-04-11 15:40 UTC
Requires
This package is auto-updated.
Last update: 2024-10-15 15:53:18 UTC
README
Maslosoft Sicron
Quick Install
composer require maslosoft/sicron
Documentation
Collect cron jobs with signals
Usage
Add to crontab
* * * * * /path/to/application/maslosoft sicron minute
0 * * * * /path/to/application/maslosoft sicron hour
0 0 * * * /path/to/application/maslosoft sicron day
* * * * 0 /path/to/application/maslosoft sicron week
* * 1 * * /path/to/application/maslosoft sicron month
Resources
Contribution needed!
- Any help would be great :)