Download the PHP package ezijing/hyperf-tasks without Composer
On this page you can find all versions of the php package ezijing/hyperf-tasks. 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 hyperf-tasks
Hyperf Tasks
hyperf任务,定时任务使用;任务状态记录在mysql中。
1、使用教程
a、下载composer包
b、发布数据迁移脚本
c、创建数据库表
d、配置redis连接池
在
config/autoload/redis.php
下新增配置
c、异常配置
在文件
app/Exception/Handler/AppExceptionHandler.php
中做如下配置(根据自己的情况更改):
2、使用
a、发布任务
b、取消任务
c、执行任务
All versions of hyperf-tasks with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
doctrine/dbal Version ^3.0
hyperf/constants Version ~2.2.0
hyperf/db-connection Version v2.2.*
hyperf/di Version 2.2.*
hyperf/framework Version 2.2.*
hyperf/redis Version 2.2.*
doctrine/dbal Version ^3.0
hyperf/constants Version ~2.2.0
hyperf/db-connection Version v2.2.*
hyperf/di Version 2.2.*
hyperf/framework Version 2.2.*
hyperf/redis Version 2.2.*
The package ezijing/hyperf-tasks contains the following files
Loading the files please wait ....