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

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

blenderdeluxe/chat
==================

Laravel Chat modified from socieboy/chat

1.0.0(9y ago)119MITJavaScript

Since Aug 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/blenderdeluxe/Chat)[ Packagist](https://packagist.org/packages/blenderdeluxe/chat)[ RSS](/packages/blenderdeluxe-chat/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

This is a package from socieboy/chat I modified this repository dont use actually I making modifications actually, please fork from the socieboy/chat :)

Deprecated

Laravel Chat
============

[](#laravel-chat)

Laravel Chat is a package to make on your own app a chat with multi users and private conversations.

This package use redis and socket.io to better performance.

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

[](#installation)

Required
--------

[](#required)

Install redis on your server.

```
nmp install socket.io
nmp install ioredis

```

Download and Installation
-------------------------

[](#download-and-installation)

Download laravel chat package to your project

```
composer require "socieboy/chat" "dev-master"

```

Then execute the command

```
Composer update

```

Place the service provider on your app.php config file.

```
Socieboy\Chat\ChatServiceProvider::class,

```

Migrations
----------

[](#migrations)

Now execute the command.

```
php artisan chat:tables

```

Then run

```
php artisan migrate

```

Update laravel auth
-------------------

[](#update-laravel-auth)

Update the AuthenticatesAndRegistersUsers trait of the laravel auth controller. This trait is updated to fire events when a new user has been logged in and out.

```
Socieboy\Chat\Traits\AuthenticatesAndRegistersUsers

```

Styles and Scripts
------------------

[](#styles-and-scripts)

Publish the scripts and styles with the command

```
php artisan vendor:publish

```

Set up on your master view page the fallow code. On the meta tags area between the &lt;head&gt;&lt;/head&gt; tags.

```

```

Also you have to add the style scripts.

```

```

Same thing with the JS files required, make sure to place them in end before to close the &lt;body&gt;&lt;\\body&gt; tag.

```

```

Usage
=====

[](#usage)

Run redis on your server

```
redis-server

```

Then on your project folder execute this code

```
node socket.js

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3615d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7284321?v=4)[Diego Cortés](/maintainers/blenderdeluxe)[@blenderdeluxe](https://github.com/blenderdeluxe)

---

Top Contributors

[![blenderdeluxe](https://avatars.githubusercontent.com/u/7284321?v=4)](https://github.com/blenderdeluxe "blenderdeluxe (5 commits)")

### Embed Badge

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

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.8k69.4k](/packages/grumpydictator-firefly-iii)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[splitsoftware/split-sdk-php

Split SDK for PHP

161.4M2](/packages/splitsoftware-split-sdk-php)

PHPackages © 2026

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