PHPackages                             baklysystems/laravel-chat-messenger - 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. baklysystems/laravel-chat-messenger

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

baklysystems/laravel-chat-messenger
===================================

Laravel chat package

1.7(7y ago)121.8k12[1 issues](https://github.com/baklysystems/laravel-chat-messenger/issues)MITPHP

Since Oct 31Pushed 7y ago4 watchersCompare

[ Source](https://github.com/baklysystems/laravel-chat-messenger)[ Packagist](https://packagist.org/packages/baklysystems/laravel-chat-messenger)[ Docs](https://github.com/baklysystems/laravel-chat-messenger)[ RSS](/packages/baklysystems-laravel-chat-messenger/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (4)Versions (10)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' => [
    ...
    BaklySystems\LaravelMessenger\LaravelMessengerServiceProvider::class,
    ...
];

'aliases' => [
    ...
    'Messenger' => BaklySystems\LaravelMessenger\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

35

—

LowBetter than 79% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 64.8% 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 ~47 days

Recently: every ~56 days

Total

8

Last Release

2783d ago

### Community

Maintainers

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

---

Top Contributors

[![mohamed-abdul-fattah](https://avatars.githubusercontent.com/u/9275467?v=4)](https://github.com/mohamed-abdul-fattah "mohamed-abdul-fattah (46 commits)")[![elbakly](https://avatars.githubusercontent.com/u/2504606?v=4)](https://github.com/elbakly "elbakly (22 commits)")[![jlozano254](https://avatars.githubusercontent.com/u/8600559?v=4)](https://github.com/jlozano254 "jlozano254 (3 commits)")

---

Tags

messagephplaravelreal-timerealtimechatinboxconversationstalksupport chatfb chatlike facebook chatlike facebook messenger

### Embed Badge

![Health badge](/badges/baklysystems-laravel-chat-messenger/health.svg)

```
[![Health](https://phpackages.com/badges/baklysystems-laravel-chat-messenger/health.svg)](https://phpackages.com/packages/baklysystems-laravel-chat-messenger)
```

###  Alternatives

[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.6k58.1k4](/packages/nahid-talk)[munafio/chatify

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

2.4k441.9k2](/packages/munafio-chatify)[basement-chat/basement-chat

Add a real-time chat widget to your Laravel application.

4983.9k](/packages/basement-chat-basement-chat)

PHPackages © 2026

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