Download the PHP package yunwuxin/think-cron without Composer
On this page you can find all versions of the php package yunwuxin/think-cron. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package think-cron
think-cron 计划任务
安装方法
使用方法
创建任务类
配置
配置文件位于 config/cron.php
任务监听
两种方法:
方法一 (推荐)
起一个常驻进程,可以配合supervisor使用
php think cron:schedule
方法二
在系统的计划任务里添加
* * * * * php /path/to/think cron:run >> /dev/null 2>&1
All versions of think-cron with dependencies
PHP Build Version
Package Version
Requires
topthink/framework Version
^6.0 || ^8.0
symfony/process Version >=4.2
nesbot/carbon Version ^2.28
dragonmantank/cron-expression Version ^3.0
symfony/process Version >=4.2
nesbot/carbon Version ^2.28
dragonmantank/cron-expression Version ^3.0
The package yunwuxin/think-cron contains the following files
Loading the files please wait ....