PHPackages                             hanishkumar/chatapp - 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. hanishkumar/chatapp

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

hanishkumar/chatapp
===================

ChatApp is a PHP library designed to make it easy to consume and produce chat application

1.3(9y ago)11171MITPHPPHP &gt;=5.6.4

Since May 20Pushed 9y agoCompare

[ Source](https://github.com/hanishkumar/chatapp)[ Packagist](https://packagist.org/packages/hanishkumar/chatapp)[ Docs](https://github.com/hanishkumar/chatapp)[ RSS](/packages/hanishkumar-chatapp/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)DependenciesVersions (5)Used By (0)

Laravel Chat Application with EMOJI Support
===========================================

[](#laravel-chat-application-with-emoji-support)

[![Latest Stable Version](https://camo.githubusercontent.com/2ef967d45349441bb40d3782affbc82c822c2b2b9a712843c1b0d89da838ed8c/68747470733a2f2f706f7365722e707567782e6f72672f68616e6973686b756d61722f636861746170702f762f737461626c65)](https://packagist.org/packages/hanishkumar/chatapp) [![Total Downloads](https://camo.githubusercontent.com/53f12814799eb7d3e259cdf96b4ea3fc319307a7a972795c051817b2fe154f9a/68747470733a2f2f706f7365722e707567782e6f72672f68616e6973686b756d61722f636861746170702f646f776e6c6f616473)](https://packagist.org/packages/hanishkumar/chatapp) [![Latest Unstable Version](https://camo.githubusercontent.com/00c6ce649f76aa601afa4f0ba3cb1dc21ed4c6ccd9ed9245f8f858131f320c3a/68747470733a2f2f706f7365722e707567782e6f72672f68616e6973686b756d61722f636861746170702f762f756e737461626c65)](https://packagist.org/packages/hanishkumar/chatapp) [![License](https://camo.githubusercontent.com/527c86006bd077347a1018d9a8662c64a3c866567416eb7f8600292d6d057e06/68747470733a2f2f706f7365722e707567782e6f72672f68616e6973686b756d61722f636861746170702f6c6963656e7365)](https://packagist.org/packages/hanishkumar/chatapp)

\###Installing

```
	composer require hanishkumar/chatapp
```

Add to config/app.php the following line to the 'providers' array:

```
	Hanish\ChatApp\ChatAppServiceProvider::class,
```

Publish Migrations

```
	php artisan migrate
```

Publish Asserts To Public Folder to install basic theme for chat

```
	php artisan vendor:publish
```

To Include ChatBox In Your Master Page Just Add after all scripts at end

```
	 @if(!empty(Auth::user()->id))
                        @include('chat::directChat')
            @endif
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

4

Last Release

3328d ago

### Community

Maintainers

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

---

Tags

chatLaravel Chatchat-application

### Embed Badge

![Health badge](/badges/hanishkumar-chatapp/health.svg)

```
[![Health](https://phpackages.com/badges/hanishkumar-chatapp/health.svg)](https://phpackages.com/packages/hanishkumar-chatapp)
```

###  Alternatives

[musonza/chat

Chat Package for Laravel

1.2k276.7k1](/packages/musonza-chat)[lexxyungcarter/chatmessenger

Simple one-to-one/group chat messaging tool for Laravel 5, 6, 7, 8, 9 &amp; 10 with Pusher Integration

10525.0k](/packages/lexxyungcarter-chatmessenger)[syntaxlexx/chatmessenger

Simple one-to-one/group chat messaging tool for Laravel 5, 6, 7, 8, 9 &amp; 10 with Pusher Integration

10510.9k](/packages/syntaxlexx-chatmessenger)[spirit55555/php-minecraft

Useful PHP classes for Minecraft

6825.5k](/packages/spirit55555-php-minecraft)[emotality/tawk-laravel

A tawk.to chat widget for Laravel.

5223.1k](/packages/emotality-tawk-laravel)[gnello/laravel-mattermost-driver

Laravel integration of php-mattermost-driver

1846.2k2](/packages/gnello-laravel-mattermost-driver)

PHPackages © 2026

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