# thinkphp-swoole-time-task **Repository Path**: yonps/thinkphp-swoole-time-task ## Basic Information - **Project Name**: thinkphp-swoole-time-task - **Description**: 基于thinkphp框架,开发swoole的定时任务 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2020-04-29 - **Last Updated**: 2024-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ThinkPHP5 Swoole-Timer-Task =============== 在ThinkPHP5 版本上,基于swoole封装的定时轮需服务框架 ## 导入定时轮服务的基本表结构 swoole.sql ## 启动Server > 切换到项目目录,请以root权限启动 php think swoole --s=start ## 服务管理 * 启动服务:`php think swoole --s=start` * 关闭服务:`php think swoole --s=stop` * 重启服务:`php think swoole --s=reload`