maslosoft/sicron

Signals based cron

0.0.4 2022-04-11 15:40 UTC

This package is auto-updated.

Last update: 2024-04-15 14:37:42 UTC


README

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