PHPackages                             zfr/zfr-pusher-module - 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. zfr/zfr-pusher-module

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

zfr/zfr-pusher-module
=====================

Zend Framework 2 module for interacting with the Pusher REST API, built on top of ZfrPusher

1.0.0(12y ago)42.0k↓100%1[1 PRs](https://github.com/zf-fr/zfr-pusher-module/pulls)MITPHPPHP &gt;=5.3.3

Since May 21Pushed 10y ago2 watchersCompare

[ Source](https://github.com/zf-fr/zfr-pusher-module)[ Packagist](https://packagist.org/packages/zfr/zfr-pusher-module)[ Docs](https://github.com/zf-fr/zfr-pusher-module)[ RSS](/packages/zfr-zfr-pusher-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

ZfrPusherModule
===============

[](#zfrpushermodule)

[![Build Status](https://camo.githubusercontent.com/3266664b4beafadbffea453132c094893a26b9b0a9a3acfc1fd803aec10bf2f5/68747470733a2f2f7472617669732d63692e6f72672f7a662d66722f7a66722d7075736865722d6d6f64756c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/zf-fr/zfr-pusher-module)[![Latest Stable Version](https://camo.githubusercontent.com/c4b7a9b2d71627cdfba37306a6bf601634b267ebdd8f70811ca44238afa918db/68747470733a2f2f706f7365722e707567782e6f72672f7a66722f7a66722d7075736865722d6d6f64756c652f762f737461626c652e706e67)](https://packagist.org/packages/zfr/zfr-pusher-module)

Introduction
------------

[](#introduction)

ZfrPusherModule is a Zend Framework 2 module that integrates with [ZfrPusher](https://github.com/zf-fr/zfr-pusher)

Requirements
------------

[](#requirements)

- PHP 5.3
- [Zend Framework 2](https://github.com/zendframework/zf2)
- [ZfrPusher](https://github.com/zf-fr/zfr-pusher)

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

[](#installation)

Add "zfr/zfr-pusher-module" to your composer.json file and update your dependencies:

```
{
    "require": {
        "zfr/zfr-pusher-module": "1.*"
    }
}

```

Enable ZfrPusherModule in your `application.config.php`, then copy-paste the file `zfr_pusher.local.php.dist` (that you can find in the `config` folder of the module) to your `autoload` folder (don't forget to remove the .dist at the end!).

Usage
-----

[](#usage)

The module registers the PusherClient and PusherService to the ZF 2 service manager. You can therefore get them like this:

```
// If you want to client:
$pusherClient = $serviceManager->get('ZfrPusher\Client\PusherClient');

// If you want the service:
$pusherService = $serviceManager->get('ZfrPusher\Service\PusherService');
```

For more information, please refer to the documentation of ZfrPusher to how to use them.

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

4736d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e3c74232d02a5fedbcef4650bac1d1103be292d4a013f6f9e692befcc9bb7ca?d=identicon)[bakura10](/maintainers/bakura10)

---

Top Contributors

[![bakura10](https://avatars.githubusercontent.com/u/1198915?v=4)](https://github.com/bakura10 "bakura10 (6 commits)")

---

Tags

resteventsreal-timepublishpushertriggerzf2

### Embed Badge

![Health badge](/badges/zfr-zfr-pusher-module/health.svg)

```
[![Health](https://phpackages.com/badges/zfr-zfr-pusher-module/health.svg)](https://phpackages.com/packages/zfr-zfr-pusher-module)
```

###  Alternatives

[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M292](/packages/pusher-pusher-php-server)[pusher/pusher-http-laravel

\[DEPRECATED\] A Pusher bridge for Laravel

400509.0k3](/packages/pusher-pusher-http-laravel)[zfr/zfr-pusher

PHP library for interacting with the Pusher REST API

2112.7k1](/packages/zfr-zfr-pusher)[zfr/zfr-cors

Zend Framework module that let you deal with CORS requests

611.2M3](/packages/zfr-zfr-cors)[zfr/zfr-rest

Zend Framework 2 REST Module.

8120.6k](/packages/zfr-zfr-rest)

PHPackages © 2026

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