PHPackages                             lamungu/laravel-sync-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. lamungu/laravel-sync-broadcaster

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

lamungu/laravel-sync-broadcaster
================================

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

0.2.2(7y ago)1262[1 PRs](https://github.com/lamungu/laravel-sync-broadcaster/pulls)MITPHPPHP &gt;=7

Since Oct 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lamungu/laravel-sync-broadcaster)[ Packagist](https://packagist.org/packages/lamungu/laravel-sync-broadcaster)[ RSS](/packages/lamungu-laravel-sync-broadcaster/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (7)Versions (6)Used By (0)

laravel-sync-broadcaster
========================

[](#laravel-sync-broadcaster)

### Installation

[](#installation)

- Require this package with composer using the following command:

```
composer require lamungu/laravel-sync-broadcaster

```

- After updating composer, add the service provider to the providers array in config/app.php
- Ensure your Laravel Broadcast Service Provider is also enabled

```
'providers' => [
    /*
     * Laravel Framework Service Providers...
     */

    // ...

    Lamungu\LaravelSyncBroadcaster\SyncBroadcastServiceProvider::class,

    // ...
]

```

Laravel 5.5 uses *Package Auto-Discovery*, so it doesn't require you to manually add the ServiceProvider.

- Add the following to your `broadcasting.php` file:

```
    'connections' => [

        // ...

        'sync' => [
            'driver' => 'sync',
            'accountSid' => env('TWILIO_ACCOUNT_SID'),
            'authToken' => env('TWILIO_AUTH_TOKEN'),
            'serviceSid' => env('TWILIO_SYNC_SERVICE_SID'),
            'key' => env('TWILIO_SYNC_KEY'),
            'secret' => env('TWILIO_SYNC_SECRET')
        ]

        // ...
    ]

```

- Finally add the following Environment Variables to your `.env` file

```
# Enable Twilio Sync as a Broadcasting Driver
BROADCAST_DRIVER=sync

# Replace the values for the ones found in your twilio account
TWILIO_ACCOUNT_SID=ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWILIO_AUTH_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWILIO_SYNC_SERVICE_SID=SKxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWILIO_SYNC_API_KEY=SKxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWILIO_SYNC_API_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Every ~2 days

Total

4

Last Release

2748d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3449682?v=4)[Ben Lofo](/maintainers/lamungu)[@lamungu](https://github.com/lamungu)

---

Top Contributors

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

---

Tags

laravelwebsockettwilioechosyncBroadcasting

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lamungu-laravel-sync-broadcaster/health.svg)

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

###  Alternatives

[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[huang-yi/shadowfax

Run Laravel on Swoole.

3511.7k](/packages/huang-yi-shadowfax)[vinelab/minion

A Simple WAMP (Web Application Messaging Protocol) server and command line tool

1276.4k](/packages/vinelab-minion)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[redbaron76/larapush

a Ratchet and ZMQ implementation for Laravel 4

251.0k](/packages/redbaron76-larapush)

PHPackages © 2026

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