composer require maslosoft/sicron
Collect cron jobs with signals
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
- Any help would be great :)