# web-msg-sender **Repository Path**: augustpluscn/web-msg-sender ## Basic Information - **Project Name**: web-msg-sender - **Description**: 拷贝github上别人写的一个web消息推送,去掉了一些不用的东西。给自己留一个备份。 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-07-21 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 拷贝的github上的一个项目。 删掉了一些我不用的,留了一个纯粹的推送后台 原项目名称:web-msg-sender 有兴趣的可以去github支持原作者 ============== 启动 以debug(调试)方式启动 php start.php start 以daemon(守护进程)方式启动 php start.php start -d 停止 php start.php stop 重启 php start.php restart 平滑重启 php start.php reload 查看状态 php start.php status 查看连接状态(需要Workerman版本>=3.5.0) php start.php connections # 文档可查看 http://doc.workerman.net/