PHPackages                             multimirror/multimirror-driver - 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. [Framework](/categories/framework)
4. /
5. multimirror/multimirror-driver

ActiveLibrary[Framework](/categories/framework)

multimirror/multimirror-driver
==============================

Laravel driver for multimirror broadcaster

0366PHP

Since May 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/marcode-cc/multimirror-driver)[ Packagist](https://packagist.org/packages/multimirror/multimirror-driver)[ RSS](/packages/multimirror-multimirror-driver/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Multimirror Driver
==================

[](#multimirror-driver)

Laravel broadcasting driver using a multimirror server.

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

[](#installation)

1st: install the Multimirror driver package using the Composer package manager:

```
composer require multimirror/multimirror-driver
```

2nd: Add Multimirror as a broadcasting connection option in config/broadcasting:

```
'multimirror' => [
	'driver' => 'multimirror',
	'app_key' => env('MULTIMIRROR_APP_KEY'),
	'app_secret' => env('MULTIMIRROR_APP_SECRET')
],
```

3rd: Update your .env. You can get app\_id and app\_key by creating new account on

```
BROADCAST_DRIVER=multimirror
MULTIMIRROR_APP_KEY=
MULTIMIRROR_APP_SECRET=
```

4th: Use multimirror driver in your bootstrap.js

```
import Echo from "laravel-echo"
window.io = require('socket.io-client')
import Multimirror from 'multimirror-js';

	window.Echo = new Echo({
		broadcaster: Multimirror,
		host: 'http://socket.kamal.guru',
		app_key: '...'
	});

	window.Echo.private('test-channel')
            .listen('TestEvent', (e) => {
		console.log('private-channel', e)
        })
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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/11338778?v=4)[Kamal Albatarni](/maintainers/albatarnik)[@albatarnik](https://github.com/albatarnik)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/multimirror-multimirror-driver/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M298](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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