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

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

asepindra/yii2-new-pusher
=========================

Yii2 wrapper for Pusher

1.2(4y ago)0794[1 PRs](https://github.com/asepindra/yii2-new-pusher/pulls)BSD-3-ClausePHPPHP &gt;=5.4.0

Since Apr 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/asepindra/yii2-new-pusher)[ Packagist](https://packagist.org/packages/asepindra/yii2-new-pusher)[ Docs](http://asepindra.id)[ RSS](/packages/asepindra-yii2-new-pusher/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (1)Versions (6)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' => 'asepindra\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

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Every ~0 days

Total

4

Last Release

1528d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11731200?v=4)[asepindra](/maintainers/asepindra)[@asepindra](https://github.com/asepindra)

---

Top Contributors

[![asepindra](https://avatars.githubusercontent.com/u/11731200?v=4)](https://github.com/asepindra "asepindra (12 commits)")

---

Tags

realtimeyii2Pusher.com

### Embed Badge

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

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

###  Alternatives

[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1143.6k1](/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

133.5k](/packages/apexwire-yii2-restclient)

PHPackages © 2026

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