Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librecmscom/yii2-im
https://github.com/librecmscom/yii2-im
yii2-extension
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/librecmscom/yii2-im
- Owner: librecmscom
- License: mit
- Created: 2017-03-10T09:43:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T10:47:26.000Z (about 7 years ago)
- Last Synced: 2024-10-15T14:20:12.217Z (2 months ago)
- Topics: yii2-extension
- Language: JavaScript
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# yii2-chat
IM组件
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```bash
$ composer require yuncms/yii2-im
```or add
```
"yuncms/yii2-im": "~2.0.0"
```to the `require` section of your `composer.json` file.
##设置
后台
```php
'live' => [
'class' => 'yuncms\im\backend\Module',
],
```前台
```php
'live' => [
'class' => 'yuncms\im\frontend\Module',
],
```Api
```php
'live' => [
'class' => 'yuncms\im\api\Module',
],
```微信
```php
'live' => [
'class' => 'yuncms\im\wechat\Module',
],
```///TODO
实现群组
实现点对点
后台群推
## License
Yii2-user is released under the MIT License. See the bundled [LICENSE.md](LICENSE.md)
for details.