dev-master
9999999-dev
MIT
The Requires
- yiisoft/yii2 ^2.0
- yiisoft/yii2-redis ~2.0.0
- npm-asset/socket.io-client *
by quangthinh
1.0
1.0.0.0
MIT
The Requires
- yiisoft/yii2 ^2.0
- yiisoft/yii2-redis ~2.0.0
- npm-asset/socket.io-client *
by quangthinh
Wallogit.com
2017 © Pedro Peláez
socket.io emitter, (*1)
composer require quangthinh/yii2-sio
Add to Component section at config file, (*2)
'sio' => [
'class' => 'quangthinh\yii\sio\Connection',
'redis' => [
'class' => 'yii\redis\Connection',
'hostname' => 'localhost',
'port' => 6379,
'database' => 0,
],
],
port of socket.io-emitter, (*3)
Yii::$app->sio
->to("ROOM_ID")
->emit("EVENT", "MSG", ...)
MIT
MIT