dynamikaweb/yii2-chat
最新稳定版本:1.1.1
Composer 安装命令:
composer require dynamikaweb/yii2-chat
包简介
Web chat widget list view
README 文档
README
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require dynamikaweb/yii2-chat "*"
or add
"dynamikaweb/yii2-chat": "*"
to the require section of your composer.json file.
How to Use
use dynamikaweb\chat\Chat; echo ChatView::widget([ 'dataProvider' => $dataProvider, 'receive' => function ($model, $key, $index) { return [ 'right' => $index % 2, 'title' => $model->title, 'message' => $model->message ]; } ]);
统计信息
- 总下载量: 974
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2021-03-09