maslosoft/sicron

基于信号的cron

0.0.4 2022-04-11 15:40 UTC

This package is auto-updated.

Last update: 2024-09-15 15:35:15 UTC


README

Sicron Logo Maslosoft Sicron

基于信号的cron

Latest Stable Version License

快速安装

composer require maslosoft/sicron

文档

完整的Sicron文档

使用信号收集cron任务

使用方法

添加到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

资源

需要贡献!

  • 任何帮助都将受到欢迎 :)