PHPackages                             ezijing/hyperf-tasks - 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. ezijing/hyperf-tasks

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

ezijing/hyperf-tasks
====================

hyperf任务管理

v1.0.3(2y ago)05MITPHPPHP &gt;=7.3

Since Aug 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/wojiushidashen/hyperf-tasks)[ Packagist](https://packagist.org/packages/ezijing/hyperf-tasks)[ RSS](/packages/ezijing-hyperf-tasks/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (11)Versions (4)Used By (0)

Hyperf Tasks
============

[](#hyperf-tasks)

> hyperf任务，定时任务使用；任务状态记录在mysql中。

1、使用教程
------

[](#1使用教程)

### a、下载composer包

[](#a下载composer包)

```
> composer require ezijing/hyperf-tasks
```

### b、发布数据迁移脚本

[](#b发布数据迁移脚本)

```
> php bin/hyperf.php vendor:publish ezijing/hyperf-tasks
```

### c、创建数据库表

[](#c创建数据库表)

```
> php bin/hyperf.php migrate
```

### d、配置redis连接池

[](#d配置redis连接池)

> 在 `config/autoload/redis.php`下新增配置

```
