Download the PHP package jackchow/simple-task without Composer
On this page you can find all versions of the php package jackchow/simple-task. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jackchow/simple-task
More information about jackchow/simple-task
Files in jackchow/simple-task
Download jackchow/simple-task
More information about jackchow/simple-task
Files in jackchow/simple-task
Vendor jackchow
Package simple-task
Short Description a simple-task
License MIT
Homepage https://github.com/jackchow123456/simple-task
Package simple-task
Short Description a simple-task
License MIT
Homepage https://github.com/jackchow123456/simple-task
Please rate this library. Is it a good library?
Informations about the package simple-task
SimpleTask
SimpleTask 是一个简单的异步队列任务列表管理器,致力于解决耗时较长的任务(如:生成数据/导出表单之类...),依赖于
laravel
安装
配置
配置文件 config/simpletask.php
会生成,你可以在这里修改应用默认的配置.
同时,会生成 migrations 数据库迁移文件。
快速开始
-
该包主要使用 laravel 内置的队列管理,如果不太了解,请移步
- 运行
php artisan queue:work
命令,开启任务监听进程。Tip:任何代码改动都需要重启该进程,否则不会生效.
示例代码
Test.php
TestJob.php
提示
本队列默认超市时间为 10 分钟, 若超过该时间进程将会被kill掉.
All versions of simple-task with dependencies
PHP Build Version
Package Version
The package jackchow/simple-task contains the following files
Loading the files please wait ....