PHPackages                             chaos-ws/laravel-chaos-broadcaster - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. chaos-ws/laravel-chaos-broadcaster

ActiveLibrary[HTTP &amp; Networking](/categories/http)

chaos-ws/laravel-chaos-broadcaster
==================================

Chaos Websocket broadcaster

1.0(2y ago)05GPL-3.0-or-laterPHPPHP ^7.1|^8.0

Since Oct 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/vicobohdan/laravel-chaos)[ Packagist](https://packagist.org/packages/chaos-ws/laravel-chaos-broadcaster)[ RSS](/packages/chaos-ws-laravel-chaos-broadcaster/feed)WikiDiscussions main Synced 1mo ago

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

Installing
==========

[](#installing)

You can install using the Composer package manager:

```
composer require chaos-ws/laravel-chaos-broadcaster
```

Configuration
=============

[](#configuration)

Add Chaos redis database configuration
--------------------------------------

[](#add-chaos-redis-database-configuration)

Add new `redis` database to `config/database.php`:

```
	'redis' => [
		'chaos' => [
		    'host' => env('CHAOS_HOST', '127.0.0.1'),
		    'password' => null,
		    'port' => env('CHAOS_PORT', 6379),
		    'database' => 1,
		],
```

Add Chaos broadcast configuration
---------------------------------

[](#add-chaos-broadcast-configuration)

You will need to add Chaos broadcast configuration to `config/broadcasting.php` file:

```
	'chaos' => [
	    'driver' => 'chaos',
	    'connection' => 'chaos',

	    'key' => env('PUSHER_APP_KEY'),
	    'secret' => env('PUSHER_APP_SECRET'),
	    'app_id' => env('PUSHER_APP_ID'),
	    'options' => [
	        'cluster' => env('PUSHER_APP_CLUSTER'),
	        'encrypted' => true,
	        'host' => env('PUSHER_APP_HOST', '127.0.0.1'),
	        'port' => env('PUSHER_APP_PORT', '6001'),
	        'scheme' => 'http'
	    ],
	],
```

Change broadcast driver
-----------------------

[](#change-broadcast-driver)

Next, you will need to add &amp; configure Chaos connection `CHAOS_HOST` and `CHAOS_PORT`, then change your broadcast driver to `chaos` in your `.env` file:

```
BROADCAST_DRIVER=chaos

CHAOS_HOST=127.0.0.1
CHAOS_PORT=6379
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

949d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/chaos-ws-laravel-chaos-broadcaster/health.svg)

```
[![Health](https://phpackages.com/badges/chaos-ws-laravel-chaos-broadcaster/health.svg)](https://phpackages.com/packages/chaos-ws-laravel-chaos-broadcaster)
```

###  Alternatives

[binaryk/laravel-restify

Laravel REST API helpers

651399.1k](/packages/binaryk-laravel-restify)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[lomkit/laravel-rest-api

A package to build quick and robust rest api for the Laravel framework.

59152.2k](/packages/lomkit-laravel-rest-api)[wirechat/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

5434.7k](/packages/wirechat-wirechat)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[georgeboot/laravel-echo-api-gateway

Use Laravel Echo with API Gateway Websockets

10435.5k](/packages/georgeboot-laravel-echo-api-gateway)

PHPackages © 2026

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