PHPackages                             lamnv/noti-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. lamnv/noti-chat

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lamnv/noti-chat
===============

Notify chat realtime

016HTML

Since Oct 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/FrostAway/notichat)[ Packagist](https://packagist.org/packages/lamnv/noti-chat)[ RSS](/packages/lamnv-noti-chat/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Notify and chat realtime
------------------------

[](#notify-and-chat-realtime)

```
composer require lamnv/noti-chat dev-master

```

Install
-------

[](#install)

### Config

[](#config)

add to config/app.php:

```
providers =>
[ ... Lamnv\NotiChat\NotifyProvider::class ... ]

```

publish file:

```
php artisan vendor:publish

```

run migrations:

```
php artisan migrate

```

add to .env file:

```
BROADCAST_DRIVER=redis

```

### Nodejs/socket.io

[](#nodejssocketio)

```
cd public/server
npm install

```

### Redis

[](#redis)

Install redis on windows : [download link](https://github.com/MSOpenTech/redis/releases/download/win-3.0.504/Redis-x64-3.0.504.msi). Add environment variable and Run command:

```
"redis-cli.exe"

```

Run
---

[](#run)

```
redis-cli.exe
node public/server/server.js

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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://avatars.githubusercontent.com/u/9149505?v=4)[lamnv](/maintainers/lamnv)[@lamnv](https://github.com/lamnv)

---

Top Contributors

[![LamNV08](https://avatars.githubusercontent.com/u/32153748?v=4)](https://github.com/LamNV08 "LamNV08 (13 commits)")

### Embed Badge

![Health badge](/badges/lamnv-noti-chat/health.svg)

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

###  Alternatives

[php-school/psx

PHP CLI Syntax Highlighter

195.4k](/packages/php-school-psx)

PHPackages © 2026

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