workerman-gateway-sdk:一个支持在 Swoole 或其它非 Workerman 环境,开发 Gateway Worker 的组件

时间:2024-05-06 04:30:41
【文件属性】:

文件名称:workerman-gateway-sdk:一个支持在 Swoole 或其它非 Workerman 环境,开发 Gateway Worker 的组件

文件大小:23KB

文件格式:ZIP

更新时间:2024-05-06 04:30:41

PHP

Workerman Gateway SDK 一个支持在 Swoole 或其它非 Workerman 环境,开发 Gateway Worker 的组件。 支持用 Workerman Gateway 做网关,Swoole 编写业务代码。 安装 composer require yurunsoft/workerman-gateway-sdk Swoole Demo <?php declare(strict_types=1); use GatewayWorker\Lib\Context; use GatewayWorker\Lib\Gateway; use GatewayWorker\Protocols\GatewayProtocol; use Swoole\Coroutine; use Swoole\Coroutine\Channel; use function Swoole\Coroutine


【文件预览】:
workerman-gateway-sdk-master
----.gitignore(23B)
----src()
--------Exception()
--------Socket()
--------Gateway()
--------Swoole()
--------Register()
--------Config()
----LICENSE(1KB)
----composer.json(675B)
----README.md(4KB)
----.php_cs.dist(1KB)
----tests()
--------server()
--------bootstrap.php(1KB)
--------phpunit.xml(904B)
--------tests()
----example()
--------swoole.php(4KB)
----phpstan.neon(271B)

网友评论