IM组件
The preferred way to install this extension is through composer.
Either run
$ composer require yuncms/yii2-im
or add
"yuncms/yii2-im": "~2.0.0"
to the require
section of your composer.json
file.
##设置
后台
'live' => [
'class' => 'yuncms\im\backend\Module',
],
前台
'live' => [
'class' => 'yuncms\im\frontend\Module',
],
Api
'live' => [
'class' => 'yuncms\im\api\Module',
],
微信
'live' => [
'class' => 'yuncms\im\wechat\Module',
],
///TODO
实现群组
实现点对点
后台群推
Yii2-user is released under the MIT License. See the bundled LICENSE.md for details.