PHPackages                             nextvikas/yii2-nextchat - 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. nextvikas/yii2-nextchat

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

nextvikas/yii2-nextchat
=======================

A simple chat for your yii2 application

01161JavaScript

Since Sep 22Pushed 1y agoCompare

[ Source](https://github.com/nextvikas/yii2-nextchat)[ Packagist](https://packagist.org/packages/nextvikas/yii2-nextchat)[ RSS](/packages/nextvikas-yii2-nextchat/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-nextchat
=============

[](#yii2-nextchat)

[![Total Downloads](https://camo.githubusercontent.com/2c42a763afc5621cda98f6ab10b39ac01d9a7491398a1d70f2aa98eabb7b912a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e65787476696b61732f796969322d6e657874636861742e7376673f6c6f676f3d676974687562266c6f676f436f6c6f723d7768697465267374796c653d666c61742d737175617265)](https://packagist.org/packages/nextvikas/yii2-nextchat)![GitHub tag](https://camo.githubusercontent.com/519f37d7eb80e7620796a807613768ca88433e15a83b372739d28b9eb46549a6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6d706f7365722d796969322d2d657874656e73696f6e2d6f72616e67652e737667)

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

[](#installation)

Add to composer.json

```
"nextvikas/yii2-nextchat": "@dev"

```

or

```
composer require --prefer-dist "nextvikas/yii2-nextchat @dev"

```

Once the extension is installed, simply modify your application configuration as follows:

```
'modules' => [

    ----------------

    'nextchat' => [
        'class' => 'nextvikas\nextchat\Module',
        'defaultRoute' => 'chat/index',
        'components'=>[
            'chating'=>[
                'class'=>'nextvikas\nextchat\components\Chating',
            ],
        ]
    ],
],
```

Migrate Command:

```
yii migrate
php yii migrate --migrationPath=@nextvikas/nextchat/migrations

```

You can then access Next Chat through the following URL:

```
http://localhost/path/to/index.php?r=nextchat

```

or if you have enabled pretty URLs, you may use the following URL:

```
http://localhost/path/to/index.php/nextchat

```

Login details:

```
username: user10000
Password: 123qwe

```

You should see the below:

[![yii next chat demo page](https://raw.githubusercontent.com/nextvikas/yii2-nextchat/master/nextchat.png "yii next chat demo page")](https://raw.githubusercontent.com/nextvikas/yii2-nextchat/master/nextchat.png)

or if you want to use widget in another pages then please configuration as follows

```

```

[![yii next chat widget demo page](https://raw.githubusercontent.com/nextvikas/yii2-nextchat/master/widget.png "yii next chat widget demo page")](https://raw.githubusercontent.com/nextvikas/yii2-nextchat/master/widget.png)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1196646e0986e36708de831d5e4fd3fef6e642b43cea0f082da030c049f8c42a?d=identicon)[nextvikas](/maintainers/nextvikas)

---

Top Contributors

[![nextvikas](https://avatars.githubusercontent.com/u/23698573?v=4)](https://github.com/nextvikas "nextvikas (23 commits)")

### Embed Badge

![Health badge](/badges/nextvikas-yii2-nextchat/health.svg)

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

###  Alternatives

[nelexa/roach-php-bundle

Symfony bundle for roach-php/core

101.3k](/packages/nelexa-roach-php-bundle)

PHPackages © 2026

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