PHPackages                             venkatesanchinna/yii2-livechat - 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. venkatesanchinna/yii2-livechat

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

venkatesanchinna/yii2-livechat
==============================

Online chat in the system

v1.0.6(7y ago)33.7k↓50%3[1 issues](https://github.com/venkatesanchinna/yii2-livechat/issues)MITPHPPHP &gt;=5.4.0

Since Aug 11Pushed 7y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (7)Used By (0)

Yii2 Live Chat
==============

[](#yii2-live-chat)

[![Latest Stable Version](https://camo.githubusercontent.com/745c0a7be763ecb440acaebbaf25a8cff0c61a243a73c0b58efde66b0a15c012/68747470733a2f2f706f7365722e707567782e6f72672f76656e6b61746573616e6368696e6e612f796969322d6c697665636861742f762f737461626c65)](https://packagist.org/packages/venkatesanchinna/yii2-livechat)[![License](https://camo.githubusercontent.com/52c109dce19498f739ab44fbf081081776d95627e0c7e14be1c0ee125b756e75/68747470733a2f2f706f7365722e707567782e6f72672f76656e6b61746573616e6368696e6e612f796969322d6c697665636861742f6c6963656e7365)](https://packagist.org/packages/venkatesanchinna/yii2-livechat)[![Total Downloads](https://camo.githubusercontent.com/aac64b5e0e869c2d78d3bedea6395334e779e6a483beb4795e26736170de064e/68747470733a2f2f706f7365722e707567782e6f72672f76656e6b61746573616e6368696e6e612f796969322d6c697665636861742f646f776e6c6f616473)](https://packagist.org/packages/venkatesanchinna/yii2-livechat)[![Monthly Downloads](https://camo.githubusercontent.com/2b43ac67037118daacc0da6a22b92f9b2292c5aa2ad73abe2bac024a844554f3/68747470733a2f2f706f7365722e707567782e6f72672f76656e6b61746573616e6368696e6e612f796969322d6c697665636861742f642f6d6f6e74686c79)](https://packagist.org/packages/venkatesanchinna/yii2-livechat)[![Daily Downloads](https://camo.githubusercontent.com/77a89a6eaa194f73d0bc12c145bfcaa9e5355cf8ea06472a82eaae9f243db454/68747470733a2f2f706f7365722e707567782e6f72672f76656e6b61746573616e6368696e6e612f796969322d6c697665636861742f642f6461696c79)](https://packagist.org/packages/venkatesanchinna/yii2-livechat)

Online user chat for Yii

Features
========

[](#features)

- Easy text chat with system user
- Integrated with [Yii2-livechat](https://github.com/venkatesanchinna/yii2-livechat) - flexible user online chat module
- Sample url :

Installation
============

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist venkatesanchinna/yii2-livechat "*"

```

or run

```
composer require venkatesanchinna/yii2-livechat

```

or add

```
"venkatesanchinna/yii2-livechat": "*"

```

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

Usage
=====

[](#usage)

1. Let 's add into modules config in your main config file

    ```
        'modules' => [
            'chat' => [
                'class' => 'venkatesanchinna\yii2livechat\Module'
            ]
        ]

    ```

    Next, update the database schema

    ```
    $ php yii migrate/up --migrationPath=@vendor/venkatesanchinna/yii2-livechat/migrations

    ```

    Ok. That's done. Avaiable route now:

    - /chat/livechat/view
2. To register chat module configuration avaible:

    ```
    use venkatesanchinna\yii2livechat\assets\LivechatAsset;
    LivechatAsset::register($this);
    ```
3. To load the chat view in your website

    ```
    Add in view

    ```
4. To Call the chat

    ```
        $this->registerJs(' $().juichat({\'display_viewers\': true});');
    ```
5. Demo Users

    ```

    Username    : user1 & user2
    Password    : user1 & user2

    ```
6. Note

    ```

    + This will work after login to the site so check the condition where loading the chat ui and script

    ```

License
=======

[](#license)

MIT

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

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 ~251 days

Total

5

Last Release

2565d ago

### Community

Maintainers

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

---

Top Contributors

[![venkatesanchinna](https://avatars.githubusercontent.com/u/7360593?v=4)](https://github.com/venkatesanchinna "venkatesanchinna (2 commits)")

---

Tags

yii2chatLive Chatlivechatonline-chatyii chatyii2 chat

### Embed Badge

![Health badge](/badges/venkatesanchinna-yii2-livechat/health.svg)

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

###  Alternatives

[onmotion/yii2-telegram

Support chat for site based on Telegram bot

526.3k](/packages/onmotion-yii2-telegram)[sintret/yii2-chat-adminlte

Yii2 extension for Chat plugin with admin lte

2714.7k3](/packages/sintret-yii2-chat-adminlte)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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