PHPackages                             sintret/yii2-chat-adminlte - 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. sintret/yii2-chat-adminlte

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

sintret/yii2-chat-adminlte
==========================

Yii2 extension for Chat plugin with admin lte

v1.0.0(11y ago)2714.7k↓50%29[6 issues](https://github.com/sintret/yii2-chat-adminlte/issues)3MITPHP

Since Jan 14Pushed 11y ago5 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (6)Used By (3)

yii2-chat-adminlte
==================

[](#yii2-chat-adminlte)

yii2 chat widget widget admin lte

add via composer :

"sintret/yii2-chat-adminlte": "dev-master"

You just add table chat to your database with this :

```
CREATE TABLE `chat` (
  `id` INT(11) NOT NULL AUTO_INCREMENT,
  `userId` INT(11) DEFAULT NULL,
  `message` TEXT,
  `updateDate` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=INNODB;
```

and calling the widget in the view :

```

         \yii\helpers\Url::to(['/chat/send-chat']),
            'userModel'=>  \app\models\User::className(),
            'userField' => 'avatarImage'
                ]); ?>

```

in your controller eg ChatController action sendChat

```
public function actionSendChat() {
    if (!empty($_POST)) {
        echo \sintret\chat\ChatRoom::sendChat($_POST);
    }
}
```

attribute additional for this widget:

url : your controller/action to post message using ajax

userModel : your user model class name

userField : your avatar image source in your User class, ex: avatarImage

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~7 days

Total

5

Last Release

4113d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab86ac05d7853e7ef806fd027f5c778329c265841ca3634fb59f7ae3d1b91066?d=identicon)[sintret](/maintainers/sintret)

---

Top Contributors

[![sintret](https://avatars.githubusercontent.com/u/3713124?v=4)](https://github.com/sintret "sintret (12 commits)")

---

Tags

pluginjqueryyii2ajaxAdminLTEchat

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-widget-colorinput

An enhanced Yii 2 widget encapsulating the HTML 5 color input (sub repo split from yii2-widgets)

324.8M10](/packages/kartik-v-yii2-widget-colorinput)[nullref/yii2-datatables

Yii2 Extension for DataTables jQuery plug-in

7290.3k](/packages/nullref-yii2-datatables)

PHPackages © 2026

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