think-cron:计划任务 for thinkphp5

时间:2021-05-07 23:46:50
【文件属性】:
文件名称:think-cron:计划任务 for thinkphp5
文件大小:6KB
文件格式:ZIP
更新时间:2021-05-07 23:46:50
PHP think-cron 计划任务 安装方法 composer require yunwuxin/think-cron 使用方法 创建任务类 <?php namespace app\task; use yunwuxin\cron\Task; class DemoTask extends Task { public function configure() { $this->daily(); //设置任务的周期,每天执行一次,更多的方法可以查看源代码,都有注释 } /** * 执行任务 * @return mixed */ protected function execute() { //...具体的任务执行 } } 配置 配置文件位于 application/extra/cro
【文件预览】:
think-cron-3.0
----.gitignore(28B)
----README.md(950B)
----composer.json(707B)
----src()
--------config.php(36B)
--------cron()

网友评论