maslosoft / sicron
Signals based cron
Installs: 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/maslosoft/sicron
Requires
This package is auto-updated.
Last update: 2025-10-15 17:58:26 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 :)