yii2-chat
IM组件, (*1)
Installation
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
$ composer require yuncms/yii2-im
or add, (*4)
"yuncms/yii2-im": "~2.0.0"
to the require
section of your composer.json
file., (*5)
设置
后台, (*6)
'live' => [
'class' => 'yuncms\im\backend\Module',
],
前台, (*7)
'live' => [
'class' => 'yuncms\im\frontend\Module',
],
Api, (*8)
'live' => [
'class' => 'yuncms\im\api\Module',
],
微信, (*9)
'live' => [
'class' => 'yuncms\im\wechat\Module',
],
///TODO, (*10)
实现群组, (*11)
实现点对点, (*12)
后台群推, (*13)
License
Yii2-user is released under the MIT License. See the bundled LICENSE.md
for details., (*14)