# swoole-task **Repository Path**: nickbai/swoole-task ## Basic Information - **Project Name**: swoole-task - **Description**: swoole做的异步任务框架 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-11-06 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # swoole-task #### 项目介绍 swoole-task框架 方便您执行异步任务 #### 安装教程 1. 拥有php环境且版本高于 7.0 2. 安装swoole扩展,建议 4.x #### 使用说明 进入项目目录,运行 ``` [启动] php bin/task start [启动守护] php bin/task start -d [重启] php bin/task restart [重启守护] php bin/task restart -d [结束运行] php bin/task stop ```