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

ActiveLibrary[Framework](/categories/framework)

digitaltolk/multiple-broadcaster
================================

Multiple broadcast driver for Laravel

v1.2.0(3y ago)1560.4k↓44.1%5[1 issues](https://github.com/DigitalTolk/laravel-multiple-broadcaster/issues)[1 PRs](https://github.com/DigitalTolk/laravel-multiple-broadcaster/pulls)MITPHP

Since Sep 11Pushed 2y ago3 watchersCompare

[ Source](https://github.com/DigitalTolk/laravel-multiple-broadcaster)[ Packagist](https://packagist.org/packages/digitaltolk/multiple-broadcaster)[ RSS](/packages/digitaltolk-multiple-broadcaster/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Multiple Broadcast Driver for Laravel
=====================================

[](#multiple-broadcast-driver-for-laravel)

This driver will enable your app to support multiple drivers for broadcasting.

How does this driver work?
==========================

[](#how-does-this-driver-work)

It will just loop through your specified broadcast connections and execute each just like when you set it as default.

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

[](#requirements)

You must already have configured broadcasting. It is my assumption that you already have a working broadcast configuration that you wish to extend it and support other broadcast driver simultaneously.

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

[](#installation)

1. `composer require digitaltolk/multiple-broadcaster`
2. Next, go into your `config/broadcasting.php` file and add the following lines accordingly: ```
       return [
           ........

           'connections' => [
               'multiple' => [
                   'driver' => 'multiple',
                   'connections' => ['log', 'pusher'],
               ],
           ]
       ];
    ```
3. Lastly, on your `.env` file, set the `BROADCAST_DRIVER` to `multiple`.

Authors
-------

[](#authors)

- [Jillberth Estillore](https://github.com/jestillore)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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

Every ~334 days

Total

5

Last Release

1105d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a370b2c37bfdcd69ba002c9534cafdc62ae38d86edc858abd7d1ca8c1bf335f?d=identicon)[DigitalTolk](/maintainers/DigitalTolk)

---

Top Contributors

[![jestillore](https://avatars.githubusercontent.com/u/3094154?v=4)](https://github.com/jestillore "jestillore (9 commits)")[![kyrylokulyhin](https://avatars.githubusercontent.com/u/8543282?v=4)](https://github.com/kyrylokulyhin "kyrylokulyhin (2 commits)")[![dyriavin](https://avatars.githubusercontent.com/u/75724984?v=4)](https://github.com/dyriavin "dyriavin (1 commits)")[![faytekin](https://avatars.githubusercontent.com/u/4013224?v=4)](https://github.com/faytekin "faytekin (1 commits)")[![haamzaay](https://avatars.githubusercontent.com/u/53896577?v=4)](https://github.com/haamzaay "haamzaay (1 commits)")[![lk77](https://avatars.githubusercontent.com/u/9606882?v=4)](https://github.com/lk77 "lk77 (1 commits)")

### Embed Badge

![Health badge](/badges/digitaltolk-multiple-broadcaster/health.svg)

```
[![Health](https://phpackages.com/badges/digitaltolk-multiple-broadcaster/health.svg)](https://phpackages.com/packages/digitaltolk-multiple-broadcaster)
```

###  Alternatives

[laravel/lumen-framework

The Laravel Lumen Framework.

1.5k26.2M709](/packages/laravel-lumen-framework)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91245.3M590](/packages/laravel-pail)[nette/bootstrap

🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.

68435.8M592](/packages/nette-bootstrap)[themosis/framework

The Themosis framework.

676307.9k18](/packages/themosis-framework)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)

PHPackages © 2026

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