承接 dynamikaweb/yii2-chat 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dynamikaweb/yii2-chat

最新稳定版本:1.1.1

Composer 安装命令:

composer require dynamikaweb/yii2-chat

包简介

Web chat widget list view

README 文档

README

Latest Stable Version Total Downloads License

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

GitHub 信息

  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2021-03-09