rdh-archipoint/rdh-socket-client
最新稳定版本:1.0.0
Composer 安装命令:
composer require rdh-archipoint/rdh-socket-client
包简介
A socket client for RdhSocket
README 文档
README
RdhSocketClient is a socket client for RdhSocket.
Installation
Use composer to install RdhSocket.
composer require rdh-archipoint/rdh-socket-client
Usage
use RdhArchipoint\RdhSocketClient; $r_client = new RdhSocketClient([ 'app_id' => 'APP_ID', 'app_key' => 'APP_KEY', 'token' => 'APP_TOKEN' ]); # EMITS EVENT $r_client->emit('CHANNEL_NAME','EVENT_NAME','DATA');
Replace APP_ID, APP_KEY, APP_TOKEN with your current RdhSocket application configuration.
License
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-14