PHPackages                             projectsaturnagents/chat-socket - 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. [API Development](/categories/api)
4. /
5. projectsaturnagents/chat-socket

ActiveLibrary[API Development](/categories/api)

projectsaturnagents/chat-socket
===============================

Frontend Websocket (Laravel Echo) enabled theme for Vue3/Hybridly Projects

1.0.0(1y ago)02proprietaryVuePHP ^8.2

Since Jul 2Pushed 1y agoCompare

[ Source](https://github.com/projectsaturnstudios/chat-socket)[ Packagist](https://packagist.org/packages/projectsaturnagents/chat-socket)[ RSS](/packages/projectsaturnagents-chat-socket/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

Installation
============

[](#installation)

Require it with composer

```
    composer require projectsaturnagents/chat-socket
```

Install vue3-beautiful-chat with your preferred JS package manager

```
    bun i vue3-beautiful-chat
    npm i vue3-beautiful-chat
```

Usage
=====

[](#usage)

Migrate the assets to the resources themes folder with:

```
  php artisan chat:update
```

It will create a folder in the resources/themes folder if one wasn't created.

Overriding these components will not persist if you run the command again. When the package updates in components, run the command to get the latest updated files.

Add to shortcut to vite.config:

```
import { defineConfig } from 'vite'
import tailwindcss from '@tailwindcss/vite'
import hybridly from 'hybridly/vite'

const ns_symbols = {
    '@': '/resources',
    // ...Other declarations
    'ChatSocket': '/resources/themes/chat-socket'
};

export default defineConfig({
    plugins: [
        hybridly(),
        tailwindcss()
    ],
    resolve: {
        alias: ns_symbols,
    },
})
```

Import Components

```

import SomeComponent from ChatSocket/components/some-component.vue;

```

Use as page

```
namespace App\Http\Controllers;

use Hybridly\View\Factory;

class SomeController
{
    public function index(): Factory
    {
        return hybridly('chat-socket::some-view')
    }

}
```

This will response with the component at resources/themes/chat-socket/views/some-view.vue

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance50

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community6

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

Unknown

Total

1

Last Release

366d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10563160?v=4)[Angel Gonzalez](/maintainers/projectsaturnstudios)[@projectsaturnstudios](https://github.com/projectsaturnstudios)

---

Top Contributors

[![projectsaturnstudios](https://avatars.githubusercontent.com/u/10563160?v=4)](https://github.com/projectsaturnstudios "projectsaturnstudios (1 commits)")

### Embed Badge

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

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

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[lettermint/lettermint-laravel

Official Lettermint driver for Laravel

1190.2k1](/packages/lettermint-lettermint-laravel)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1123.7k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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