PHPackages                             cronthink/scheduler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cronthink/scheduler

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cronthink/scheduler
===================

thinkphp5.0 crontab scheduler thinkphp5.0 计划任务调度

v1.0.3(1y ago)017Apache-2.0PHPPHP &gt;=7.1

Since Jul 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/zhangzhongchen/cronthink-scheduler)[ Packagist](https://packagist.org/packages/cronthink/scheduler)[ RSS](/packages/cronthink-scheduler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

think-scheduler cron
====================

[](#think-scheduler-cron)

#### 介绍

[](#介绍)

thinkphp5 计划任务调度 scheduler cron.
简单实现精简版计划任务调度
解决多个计划任务时需要频繁修改服务器cron问题
在程序内实现管理任务调度

#### 软件架构

[](#软件架构)

php &gt;=7.1
依赖于thinkphp5.0框架
依赖于thinkphp 命令行

#### 安装教程

[](#安装教程)

`composer require cronthink/scheduler `

#### 使用说明

[](#使用说明)

1. 安装完成后,首先执行命令初始化:

```
php think cron init

```

执行命令后会在项目根目录下生成样例文件 `(应用目录)application/scheduler/CronConfig.php`

```
