dionyang / php-crontab
There is no license information available for the latest version (1.0.2) of this package.
php-crontab 秒级定时器
1.0.2
2018-10-12 09:49 UTC
Requires
- php: >=5.6.0
- monolog/monolog: ^1.22
- react/http: ^0.8
- symfony/process: ^2.8
This package is not auto-updated.
Last update: 2022-08-13 05:06:35 UTC
README
php秒级crontab实现
composer require dionyang/php-crontab
使用示例详见example\start.php
支持注册USR1 USR2信号
配置说明:
'daemon' => '*/1 * * * * *' //date("s i H d m w")