PHPackages                             dynamikaweb/yii2-chat - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dynamikaweb/yii2-chat

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

dynamikaweb/yii2-chat
=====================

Web chat widget list view

1.1.1(4y ago)21.0kBSD-3-ClausePHPPHP &gt;=5.5.0

Since Mar 9Pushed 4y agoCompare

[ Source](https://github.com/dynamikaweb/yii2-chat)[ Packagist](https://packagist.org/packages/dynamikaweb/yii2-chat)[ RSS](/packages/dynamikaweb-yii2-chat/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

dynamikaweb/yii2-chat
=====================

[](#dynamikawebyii2-chat)

[![Latest Stable Version](https://camo.githubusercontent.com/46eb06abb807ad2dfa47ea5b1abb17c555f16c1531c7a1d7299e6c9432225100/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f64796e616d696b617765622f796969322d63686174)](https://github.com/dynamikaweb/yii2-chat/releases)[![Total Downloads](https://camo.githubusercontent.com/5446cc14873706f45f4d47f316582892f3bc0df96767d4af244529ddc0634373/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d696b617765622f796969322d636861742f646f776e6c6f616473)](https://packagist.org/packages/dynamikaweb/yii2-chat)[![License](https://camo.githubusercontent.com/23f5df332098d6908a32db185a84d497799e4957a4080c2b3cff77c537613d77/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f64796e616d696b617765622f796969322d63686174)](https://github.com/dynamikaweb/yii2-chat/blob/master/LICENSE)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ composer require dynamikaweb/yii2-chat "*"
```

or add

```
"dynamikaweb/yii2-chat": "*"
```

to the `require` section of your `composer.json` file.

How to Use
----------

[](#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
        ];
    }
]);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~165 days

Total

3

Last Release

1557d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29123479?v=4)[DornellesTV](/maintainers/RodrigoDornelles)[@RodrigoDornelles](https://github.com/RodrigoDornelles)

---

Top Contributors

[![robsondrs](https://avatars.githubusercontent.com/u/53342735?v=4)](https://github.com/robsondrs "robsondrs (4 commits)")[![RodrigoDornelles](https://avatars.githubusercontent.com/u/29123479?v=4)](https://github.com/RodrigoDornelles "RodrigoDornelles (1 commits)")

---

Tags

yii2widgetyiichatyii 2dynamika

### Embed Badge

![Health badge](/badges/dynamikaweb-yii2-chat/health.svg)

```
[![Health](https://phpackages.com/badges/dynamikaweb-yii2-chat/health.svg)](https://phpackages.com/packages/dynamikaweb-yii2-chat)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
