PHPackages                             br0sk/yii2-pusher - 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. br0sk/yii2-pusher

ActiveYii2-extension[API Development](/categories/api)

br0sk/yii2-pusher
=================

Yii2 wrapper for Pusher

1.0.0(8y ago)525.2k↓40.9%1BSD-3-ClausePHPPHP &gt;=5.4.0

Since Nov 15Pushed 8y ago3 watchersCompare

[ Source](https://github.com/br0sk/yii2-pusher)[ Packagist](https://packagist.org/packages/br0sk/yii2-pusher)[ Docs](http://br0sk.blogspot.com)[ RSS](/packages/br0sk-yii2-pusher/feed)WikiDiscussions master Synced 1mo ago

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

yii2-pusher
===========

[](#yii2-pusher)

A Yii2 extension for Pusher.com

This is an extension for Yii2 that makes it easy to use Pusher.

You can configure it in your application `components` configuration like so:

```
'pusher' => [
    'class' => 'br0sk\pusher\Pusher',
    /*
     * Mandatory parameters.
     */
    'appId' => 'YOUR_APP_ID',
    'appKey' => 'YOUR_APP_KEY',
    'appSecret' => 'YOUR_APP_SECRET',
    /*
     * Optional parameters.
     */
    'options' => ['encrypted' => true, 'cluster' => 'YOUR_APP_CLUSTER']
],

```

**note:** Find the configuration details in your account by clicking on the app you want to use.

An example of typical usage:

```
Yii::$app->pusher->push('my-channel', 'my_event', 'hello world');

```

This extension is a wrapper for [pusher-http-php](https://github.com/pusher/pusher-http-php)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~759 days

Total

2

Last Release

3078d ago

Major Versions

0.1.1 → 1.0.02017-12-13

### Community

Maintainers

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

---

Top Contributors

[![rudissaar](https://avatars.githubusercontent.com/u/10731733?v=4)](https://github.com/rudissaar "rudissaar (4 commits)")[![br0sk](https://avatars.githubusercontent.com/u/1075997?v=4)](https://github.com/br0sk "br0sk (2 commits)")

---

Tags

realtimeyii2Pusher.com

### Embed Badge

![Health badge](/badges/br0sk-yii2-pusher/health.svg)

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

###  Alternatives

[dotzero/yii2-amocrm

Расширение для Yii Framework 2 реализующее клиент для работы с API amoCRM

1639.7k](/packages/dotzero-yii2-amocrm)[conquer/services

Yii2 soap wsdl web services

1632.5k](/packages/conquer-services)[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1243.1k1](/packages/skeeks-yii2-google-api)[luyadev/luya-headless

LUYA headless API client

1025.6k3](/packages/luyadev-luya-headless)[apexwire/yii2-restclient

Tools to use API as ActiveRecord for Yii2

143.5k](/packages/apexwire-yii2-restclient)[kun391/yii2-paypal

Process with Paypal

161.6k](/packages/kun391-yii2-paypal)

PHPackages © 2026

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