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(10mo ago)02proprietaryVuePHP ^8.2

Since Jul 2Pushed 10mo 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 1mo ago

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

30

—

LowBetter than 64% of packages

Maintenance54

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

320d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2169021b88d520bd58d9a37f51fa55058af7adbf7362c8cade65b261d644874c?d=identicon)[projectsaturnstudios](/maintainers/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.1k7.8M57](/packages/dedoc-scramble)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[grantholle/laravel-altcha

A Laravel server implementation for Altcha.

3338.7k1](/packages/grantholle-laravel-altcha)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[marshmallow/laravel-facebook-webhook

A package to retrieve Facebook Leads with webhooks &amp; Graph API in Laravel.

123.2k](/packages/marshmallow-laravel-facebook-webhook)[zpmlabs/filament-api-docs-builder

This package will give you the best API docs building experience.

151.9k](/packages/zpmlabs-filament-api-docs-builder)

PHPackages © 2026

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