PHPackages                             olakunlevpn/laravel-websockets - 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. olakunlevpn/laravel-websockets

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

olakunlevpn/laravel-websockets
==============================

Self-managed fork of beyondcode/laravel-websockets

01PHPCI failing

Since Jun 11Pushed 1mo agoCompare

[ Source](https://github.com/olakunlevpn/laravel-websockets)[ Packagist](https://packagist.org/packages/olakunlevpn/laravel-websockets)[ RSS](/packages/olakunlevpn-laravel-websockets/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

olakunlevpn/laravel-websockets
==============================

[](#olakunlevpnlaravel-websockets)

A self-managed fork of `beyondcode/laravel-websockets` (abandoned upstream), modernized for **Laravel 11 / 12 / 13** and **PHP 8.2+**. Provides a self-hosted, Pusher-protocol WebSocket server so the application does not depend on a third-party realtime provider.

Namespace: `Olakunlevpn\LaravelWebSockets`.

Why this fork
-------------

[](#why-this-fork)

Upstream `beyondcode/laravel-websockets` was archived in 2024 and capped at Laravel 10 / Symfony 6. This fork:

- widens `illuminate/*` to `^11|^12|^13` and Symfony components to `^7|^8`
- swaps the abandoned `facade/ignition-contracts` for `spatie/ignition`
- depends on `olakunlevpn/ratchet` (our Symfony-7/8 constraint fork of Ratchet)

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

[](#installation)

Consumed via a Composer path repository:

```
{
    "repositories": [
        { "type": "path", "url": "Packages/laravel-websockets", "options": { "symlink": true } },
        { "type": "path", "url": "Packages/ratchet", "options": { "symlink": true } }
    ],
    "require": {
        "olakunlevpn/laravel-websockets": "@dev"
    }
}
```

The service provider auto-registers via Laravel package discovery. Run the server with `php artisan websockets:serve`.

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 11 / 12 / 13

License
-------

[](#license)

MIT (derived from beyondcode/laravel-websockets). Maintained by Olakunlevpn.

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance60

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/olakunlevpn-laravel-websockets/health.svg)

```
[![Health](https://phpackages.com/badges/olakunlevpn-laravel-websockets/health.svg)](https://phpackages.com/packages/olakunlevpn-laravel-websockets)
```

###  Alternatives

[cebe/assetfree-yii2

A meta package that allows you to install yii2 without composer-asset-plugin.

50126.5k4](/packages/cebe-assetfree-yii2)[jyxon/gdpr-cookie-compliance

A library to comply with the GDPR law.

5851.0k](/packages/jyxon-gdpr-cookie-compliance)

PHPackages © 2026

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