PHPackages                             devuniverse/laravelchat - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. devuniverse/laravelchat

ActiveLibrary[Queues &amp; Workers](/categories/queues)

devuniverse/laravelchat
=======================

Laravel chat package

v1.4(5y ago)09MITPHP

Since Nov 5Pushed 5y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (18)Used By (0)

Laravel Chat Messenger
======================

[](#laravel-chat-messenger)

A Laravel JQuery chat that is just like Facebook chat

Installation
------------

[](#installation)

Laravel Messenger supports Laravel 5.3 and higher.

### Package

[](#package)

Require via composer

```
$ composer require baklysystems/laravel-chat-messenger
```

In `config/app.php` file

```
'providers' => [
    ...
    Devuniverse\Laravelchat\LaravelMessengerServiceProvider::class,
    ...
];

'aliases' => [
    ...
    'Messenger' => Devuniverse\Laravelchat\Facades\Messenger::class,
    ...
];
```

### Laravel Messenger Files

[](#laravel-messenger-files)

Then, run `php artisan vendor:publish` to publish the config file, MessageController and assets and routes.

### Laravel Messenger Styles and Scripts

[](#laravel-messenger-styles-and-scripts)

Make sure to add `@yield('css-styles')` in your app/master head section and `@yield('js-scripts')` to your app/master scripts section, or edit section naming in `view/vendor/messenger/messenger.blade.php`

JQuery is required for the messenger script.

Make sure to add `include('messenger.php');` to your web.php

### Laravel Messenger Pusher

[](#laravel-messenger-pusher)

Add your pusher keys in `config/messenger.php` file.

And voila, you can start conversation with any user by linking to `your-domain.com/messenger/t/{userId}`.

Customization
-------------

[](#customization)

### Migrations

[](#migrations)

To publish and edit messenger migrations, run the publish command with `messenger-migrations` tag.

```
$ php artisan vendor:publish --tag messenger-migrations
```

### Views

[](#views)

To publish and edit messenger views, run the publish command with `messenger-views` tag.

```
$ php artisan vendor:publish --tag messenger-views
```

TODO
----

[](#todo)

- emotions.
- upload photos.
- Attach files.
- Show date before every conversation beginning.
- paginate and load threads.
- Laravel Messenger chatbox.
- Unauthenticated chatbox to message customer service.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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

Total

17

Last Release

2132d ago

### Community

Maintainers

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

---

Top Contributors

[![devuniverse](https://avatars.githubusercontent.com/u/45764367?v=4)](https://github.com/devuniverse "devuniverse (19 commits)")

---

Tags

messagephplaravelreal-timerealtimechatinboxconversationstalksupport chatfb chatlike facebook chatlike facebook messenger

### Embed Badge

![Health badge](/badges/devuniverse-laravelchat/health.svg)

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

###  Alternatives

[baklysystems/laravel-chat-messenger

Laravel chat package

121.8k](/packages/baklysystems-laravel-chat-messenger)[nahid/talk

Talk is a Laravel based realtime messaging, chatting and conversation system. It helps to develop users messaging, chatting and conversations in easy way.

1.6k59.0k3](/packages/nahid-talk)[munafio/chatify

A package for Laravel PHP Framework to add a complete real-time chat system.

2.4k479.0k2](/packages/munafio-chatify)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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