Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 236 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 236 Bytes

php-crontab

php秒级crontab实现

    composer require dionyang/php-crontab

使用示例详见example\start.php

支持注册USR1 USR2信号

配置说明:

'daemon' => '*/1 * * * * *' //date("s i H d m w")