Skip to content

Maslosoft/SiCron

Repository files navigation

Signals based cron

Latest Stable Version License

Quick Install

composer require maslosoft/sicron

Documentation

Full 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 :)