Download the PHP package alan/yii2-swoole-task without Composer
On this page you can find all versions of the php package alan/yii2-swoole-task. 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 yii2-swoole-task
swoole-task
使用方法: 1.composer require alan/yii2-swoole-task 2.配置yii2框架的DB,执行数据迁移 php yii migrate/up --migrationPath=@alan/task/migrations 3.添加管理脚本 4.配置swoole组件 'swoole' => [ 'class' => 'common\asyncTasks\basic\Swoole', 'host' => '127.0.0.1', 'port' => '9501', 'taskWorkerNum' => '3', 'daemonize' => true, ],
All versions of yii2-swoole-task with dependencies
PHP Build Version
Package Version
The package alan/yii2-swoole-task contains the following files
Loading the files please wait ....