Download the PHP package jianyan74/yii2-websocket without Composer
On this page you can find all versions of the php package jianyan74/yii2-websocket. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-websocket
Yii2 WebSocket
即时通讯Demo
问题反馈
在使用中有任何问题,欢迎反馈给我,可以用以下联系方式跟我交流
QQ群:655084090
前提
服务器安装swoole
安装
composer执行
或者在 composer.json
加入
配置
在 common/config/main.php
加入以下配置
在 console/config/main.php
加入以下配置。(注意:配置在controllerMap里面)
使用
测试
接口文档
发送消息的格式全部以json字符串发过来
心跳
请求地址
参数
参数名 | 说明 |
---|---|
type | pong |
无返回
进入房间
请求地址
参数
参数名 | 说明 |
---|---|
type | login |
room_id | 房间id |
user_id | 用户id |
nickname | 用户昵称 |
head_portrait | 用户头像 |
返回(1)
返回(2)
当前登录的人还会返回一个在线列表
发言
请求地址
参数
参数名 | 说明 |
---|---|
type | say |
to_client_id | 对谁说话:默认 all |
content | 内容 |
返回
送礼物
请求地址
参数
参数名 | 说明 |
---|---|
type | gift |
gift_id | 礼物id |
返回
离开房间
请求地址
参数
参数名 | 说明 |
---|---|
type | leave |
返回
All versions of yii2-websocket with dependencies
PHP Build Version
Package Version
The package jianyan74/yii2-websocket contains the following files
Loading the files please wait ....