PHPackages                             salvatorecervone/chatonetoone - 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. salvatorecervone/chatonetoone

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

salvatorecervone/chatonetoone
=============================

Real time Chat one to one

2.0.9(2w ago)090↓87.5%MITVue

Since Aug 12Pushed 3w ago1 watchersCompare

[ Source](https://github.com/SalvatoreCervone/ChatOneToOne)[ Packagist](https://packagist.org/packages/salvatorecervone/chatonetoone)[ Docs](https://github.com/salvatorecervone/chatonetoone)[ RSS](/packages/salvatorecervone-chatonetoone/feed)WikiDiscussions main Synced today

READMEChangelog (9)Dependencies (8)Versions (18)Used By (0)

Real time Chat One To One
=========================

[](#real-time-chat-one-to-one)

Demo
----

[](#demo)

Required
--------

[](#required)

Laravel version &gt;= 11

Laravel Reverb

Carbon

Moment

For use actual css and graph install

Prime vue

Prime vue icons

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

[](#installation)

Via Composer

```
composer require salvatorecervone/chatonetoone
```

Publishs
--------

[](#publishs)

If you would publish for change normal use of:

1.Controllers 2.Models

you use:

Publish controller

```
php artisan vendor:publish --tag=controller-chatonetoone
```

Publish model

```
php artisan vendor:publish --tag=model-chatonetoone
```

### Its obligatory publish

[](#its-obligatory-publish)

Publish vue component

```
php artisan vendor:publish --tag=vue-chatonetoone
```

Publish event

```
php artisan vendor:publish --tag=event-chatonetoone
```

Publish config

```
php artisan vendor:publish --tag=config-chatonetoone
```

Publish migration

```
php artisan vendor:publish --tag=migration-chatonetoone
```

Migrations
----------

[](#migrations)

Call migrations

```
php artisan migrate
```

Usage
-----

[](#usage)

Start server websocket

```
php artisan reverb:start
```

Now you have Controllers, Models, Migrations and Vue components for Chat one to one

The components is locate in resources/js/Pages/chatonetoone/

The component ChatComponent is the start component for Chat

Go to route {APP\_URL}/chats

and view chat run

Remember
--------

[](#remember)

In production change ip, or name, in file .env of REVERB\_HOST

```
KEY -> REVERB_HOST
```

with the ip where application websocket installed

if the server is one, for application and chat, you would write new env key

```
APP_URL_NO_SCHEMA=127.0.0.1
```

and apply with

```
REVERB_HOST="${APP_URL_NO_SCHEMA}"
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- \[Salvatore Cervone\]

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information. \[link-packagist\]:

###  Health Score

43

↑

FairBetter than 89% of packages

Maintenance96

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Every ~42 days

Recently: every ~48 days

Total

17

Last Release

17d ago

Major Versions

1.6 → 2.02024-08-17

### Community

Maintainers

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

---

Top Contributors

[![SalvatoreCervone](https://avatars.githubusercontent.com/u/40053308?v=4)](https://github.com/SalvatoreCervone "SalvatoreCervone (69 commits)")

---

Tags

laravelChatOneToOne

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/salvatorecervone-chatonetoone/health.svg)

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2085.6k31](/packages/ronasit-laravel-helpers)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[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)
