# workman **Repository Path**: yicmf/worker ## Basic Information - **Project Name**: workman - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-12 - **Last Updated**: 2025-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Workerman 扩展 =============== 自用 ## 安装 composer require yicmf/worker ## 使用方法 ### HttpServer 在命令行启动服务端 ~~~ php think worker ~~~ linux下面可以支持下面指令 ~~~ php think worker [start|stop|reload|restart|status] ~~~ ### gateway 调整配置 在windows下面需要执行三个命令 ~~~ php think worker -s business php think worker -s register php think worker -s gateway ~~~