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. [API Development](/categories/api)
4. /
5. jvleeuwen/broadsoft

ActiveLibrary[API Development](/categories/api)

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 2w 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 13% 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://avatars.githubusercontent.com/u/21260099?v=4)[Jelle van Leeuwen](/maintainers/jvleeuwen)[@jvleeuwen](https://github.com/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)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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