Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.49 KB

README.mkd

File metadata and controls

48 lines (31 loc) · 1.49 KB

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