raylin666/client
Composer 安装命令:
composer require raylin666/client
包简介
The underlying encapsulation of swoole client.
README 文档
README
环境要求
- PHP >=7.3
安装说明
composer require "raylin666/client"
使用方式
<?php require_once 'vendor/autoload.php'; go(function () { $client = new Raylin666\Client\Client; $swooleClient = $client()->getFactory()->getClient(); $options = new Raylin666\Client\Swoole\SwooleClientOptions; $swooleClient->set($options); $swooleClient->connect('127.0.0.1', 9903); $swooleClient->send(['a' => 'c']); $result = $swooleClient->recv(); var_dump($result); $swooleClient->close(); }); \Swoole\Event::wait();
更新日志
请查看 CHANGELOG.md
联系
如果你在使用中遇到问题,请联系: 1099013371@qq.com. 博客: kaka 梦很美
License MIT
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2021-07-18