PHPackages                             morloderex/batched-pusher-channels - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. morloderex/batched-pusher-channels

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

morloderex/batched-pusher-channels
==================================

Returns batched pusher auth responses

1.0.3(7y ago)214MITPHP

Since Feb 9Pushed 7y ago2 watchersCompare

[ Source](https://github.com/morloderex/batchedPusherChannels)[ Packagist](https://packagist.org/packages/morloderex/batched-pusher-channels)[ RSS](/packages/morloderex-batched-pusher-channels/feed)WikiDiscussions master Synced 2mo ago

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

Batched push provider for laravel
=================================

[](#batched-push-provider-for-laravel)

[![Build Status](https://camo.githubusercontent.com/f9bbabba64123c3dc28dbacb3333e20f0def392fb9870a50b3565094324f8064/68747470733a2f2f7472617669732d63692e6f72672f6d6f726c6f64657265782f626174636865645075736865724368616e6e656c732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/morloderex/batchedPusherChannels)

- [Installation](#installation)

This package allows batch the authentication requests from pusher in one request using [Dirk Bonhomme](https://github.com/dirkbonhomme/pusher-js-auth) authorizor plugin.

Once installed you will see authorization requests towards your channels in batches.

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

[](#installation)

This package can be used in Laravel 5.5 or higher.

You can install the package via composer:

```
composer require morloderex/batched-pusher-channels
```

In Laravel 5.5 the service provider will automatically get registered. In older versions of the framework just add the service provider in `config/app.php` file:

```
'providers' => [
    // ...
    Morloderex\PusherBatch\Providers\BatchedPusherProvider::class,
];
```

Change your broadcast provider
------------------------------

[](#change-your-broadcast-provider)

Once installed through composer by the require command. You then change the BROADCAST\_PROVIDER environment variable to be `BatchedPusher`

And you should be all set.

### Testing

[](#testing)

```
phpunit
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security-related issues, please email [michael.lundboel@gmail.com](michael.lundboel@gmail.com) instead of using the issue tracker.

Credits
-------

[](#credits)

- Michael Lundbøl (website is coming)
- [All Contributors](../../contributors)

This package is heavily based on [Dirk Bonhomme](https://github.com/dirkbonhomme/pusher-js-auth)'s awesome [Package](https://github.com/dirkbonhomme/pusher-js-auth)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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 ~31 days

Recently: every ~39 days

Total

6

Last Release

2859d ago

Major Versions

0.2.0 → 1.0.02018-02-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c2e3007ed0cba2cb6ad027378c0d6d0f8d1a4ba38dfb56ec234ea3389e9135a?d=identicon)[morloderex](/maintainers/morloderex)

---

Top Contributors

[![morloderex](https://avatars.githubusercontent.com/u/5677808?v=4)](https://github.com/morloderex "morloderex (15 commits)")

---

Tags

laravelpusher

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/morloderex-batched-pusher-channels/health.svg)

```
[![Health](https://phpackages.com/badges/morloderex-batched-pusher-channels/health.svg)](https://phpackages.com/packages/morloderex-batched-pusher-channels)
```

###  Alternatives

[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k33.8M339](/packages/yajra-laravel-datatables-oracle)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[statikbe/laravel-cookie-consent

Cookie consent modal for EU

213396.7k](/packages/statikbe-laravel-cookie-consent)[laragraph/utils

Utilities for using GraphQL with Laravel

2113.8M7](/packages/laragraph-utils)[beyondcode/laravel-favicon

Create dynamic favicons based on your environment settings.

37345.5k](/packages/beyondcode-laravel-favicon)

PHPackages © 2026

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