yicmf / worker
There is no license information available for the latest version (0.3) of this package.
自用
0.3
2025-09-14 07:40 UTC
Requires
- topthink/framework: ^8.0
- workerman/gateway-worker: 4.0.1
- workerman/workerman: 5.1.*
This package is auto-updated.
Last update: 2025-09-14 11:13:29 UTC
README
自用
安装
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