PHPackages                             magium/mcm-pusher-factory - 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. magium/mcm-pusher-factory

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

magium/mcm-pusher-factory
=========================

A Magium Configuration Manager-enabled Factory that allows you to retrieve managed Pusher.com instances

1.0.1(9y ago)035Apache-2.0PHP

Since May 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/magium/mcm-pusher-factory)[ Packagist](https://packagist.org/packages/magium/mcm-pusher-factory)[ RSS](/packages/magium-mcm-pusher-factory/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Pusher Factory for the Magium Configuration Manager
===================================================

[](#pusher-factory-for-the-magium-configuration-manager)

If you application uses the [Magium Configuration Manager](https://github.com/magium/configuration-manager) you can use this module to retrieve a configured [Pusher](https://github.com/pusher/pusher-http-php) instance, both on the frontend and the backend.

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

[](#installation)

```
composer require magium/mcm-pusher-factory

```

Follow the instructions at the Magium Configuration Manager GitHub link to get configured, or run the `bin/magium-configuration` CLI.

Backend Integration
-------------------

[](#backend-integration)

```
$factory = new \Magium\Configuration\MagiumConfigurationFactory();
$config = $factory->getManager()->getConfiguration();

$pusher = Magium\ConfigurationManager\Pusher\PusherFactory::staticFactory($config);

// or

$factory = new Magium\ConfigurationManager\Pusher\PusherFactory($config);
$pusher = $factory->factory();

```

or configure your dependency manager to make `Magium\ConfigurationManager\Pusher\PusherFactory` the factory for the `Pusher` instance.

Frontend Integration
--------------------

[](#frontend-integration)

If you want to use the frontend integration you can use the generic view handler provided here.

```

        var pusher =

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

3340d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cd1cf3c696e501a5d5b6813b0aff73169fef00eec3ab5aa437e1302027ded655?d=identicon)[kschroeder](/maintainers/kschroeder)

---

Top Contributors

[![kschroeder](https://avatars.githubusercontent.com/u/237332?v=4)](https://github.com/kschroeder "kschroeder (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/magium-mcm-pusher-factory/health.svg)

```
[![Health](https://phpackages.com/badges/magium-mcm-pusher-factory/health.svg)](https://phpackages.com/packages/magium-mcm-pusher-factory)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.4k](/packages/blair2004-nexopos)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

29419.5k3](/packages/sebastienheyd-boilerplate)[flarum/pusher

See new discussions and posts in real-time using Pusher.

22378.5k4](/packages/flarum-pusher)

PHPackages © 2026

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