Download the PHP package chenvle/cron without Composer
On this page you can find all versions of the php package chenvle/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 cron
ThinkPHP5.1 cron 计划任务
安装方法
使用方法
创建任务类
配置
配置文件位于 application/extra/cron.php
任务监听
两种方法:
方法一 (推荐)
起一个常驻进程,可以配合supervisor使用
php think cron:schedule
方法二
在系统的计划任务里添加
* * * * * php /path/to/think cron:run >> /dev/null 2>&1
All versions of cron with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
topthink/think-installer Version ^2.0
dragonmantank/cron-expression Version ^1.2
jenssegers/date Version ^3.2
topthink/think-installer Version ^2.0
dragonmantank/cron-expression Version ^1.2
jenssegers/date Version ^3.2
The package chenvle/cron contains the following files
Loading the files please wait ....