为了方便开发者,减少不必要的重复劳动,现收集workerman/webman相关第项目或插件。 经过筛选会发布到workerman官网第 https://www.workerman.net/related_projects。 格式: 项目名称:xxx 项目介绍:xxx 主页地址:xxx 文档地址:xxx 感谢大家对workerman对支持。...
<?php use \GatewayWorker\Lib\Gateway; use \Workerman\Worker; use \Workerman\Connection\AsyncTcpConnection; use \Applications\YourApp\Controller\MyWm; use \Applications\YourApp\Database\MySql; require_once _...