PHPackages                             jvleeuwen/broadsoft - 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. jvleeuwen/broadsoft

ActiveLibrary

jvleeuwen/broadsoft
===================

115PHP

Since Jul 7Pushed 8y ago2 watchersCompare

[ Source](https://github.com/RoutIT/broadsoftpackage)[ Packagist](https://packagist.org/packages/jvleeuwen/broadsoft)[ RSS](/packages/jvleeuwen-broadsoft/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Broadsoft package
=================

[](#broadsoft-package)

Broadsoft package for laravel 5.4

To install this package use:
----------------------------

[](#to-install-this--package-use)

```
composer require jvleeuwen/broadsoft
```

\* This installs the latest development release and is not ready for production usage !

Add the serviceProvider to your config/app.php, and enable the BroadcastServiceProvider

```
jvleeuwen\broadsoft\BroadsoftServiceProvider::class,
App\Providers\BroadcastServiceProvider::class,
```

Configure laravel-mix
---------------------

[](#configure-laravel-mix)

Add this line to webpack.mix.js in the root folder just below the first .js entry

```
.js('resources/assets/js/broadsoft.js', 'public/js')

```

Install NPM tools required for laravel-mix
------------------------------------------

[](#install-npm-tools-required-for-laravel-mix)

```
npm install && npm install --save laravel-echo pusher-js && npm run dev

```

Enter pusher details in the .env file
-------------------------------------

[](#enter-pusher-details-in-the-env-file)

First u need to create an app on pusher.com
After creating he app the needed credentials shown below will be available
Dont forget to set the BROADCAST\_DRIVER= to 'pusher'

```
BROADCAST_DRIVER=pusher
PUSHER_APP_ID=app_id
PUSHER_APP_KEY=app_key
PUSHER_APP_SECRET=app_secret

```

Enable laravel-echo with pusher
-------------------------------

[](#enable-laravel-echo-with-pusher)

Edit the resource/assets/js/bootstrap.js file
from:

```
// import Echo from 'laravel-echo'

// window.Pusher = require('pusher-js');

// window.Echo = new Echo({
//     broadcaster: 'pusher',
//     key: 'your-pusher-key'
// });

```

to:

```
import Echo from 'laravel-echo'

window.Pusher = require('pusher-js');

window.Echo = new Echo({
    broadcaster: 'pusher',
    key: 'enter-the-pusher-app-key-here',
    cluster: 'eu',
    encrypted: true

});

```

README.md
---------

[](#readmemd)

This file will continue to grow with features developt and implemented.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://www.gravatar.com/avatar/5579275d89623769db37a376e04de3623e2523a5ea00627640b912d979f52310?d=identicon)[jvleeuwen](/maintainers/jvleeuwen)

### Embed Badge

![Health badge](/badges/jvleeuwen-broadsoft/health.svg)

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

PHPackages © 2026

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