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

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

bariew/yii2-pusher
==================

yii2 web push for pusher.com

0.1.1(10y ago)1265[1 issues](https://github.com/bariew/yii2-pusher/issues)BSD-3-ClausePHP

Since Apr 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/bariew/yii2-pusher)[ Packagist](https://packagist.org/packages/bariew/yii2-pusher)[ RSS](/packages/bariew-yii2-pusher/feed)WikiDiscussions master Synced 3w ago

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

Yii2 pusher
===========

[](#yii2-pusher)

INSTALL
-------

[](#install)

php composer.phar require bariew/yii2-pusher

USAGE
-----

[](#usage)

```
1.  Add a new component into yor config file:

```

```
'components' => [
    'webpusher' => [
        'class' => 'bariew\yii2Pusher\Component',
        'app_id' => '***', // get your credentials on pusher.com
        'key' => '***',
        'secret' => '***',
    ]
]

```

```
2.  Include a widget into your view file e.g. "main.php":

```

```

```

```
3.  Now you can send a notification to any user or an array of users:

```

```
Yii::$app->webpusher->userPush("hello user", [Yii::$app->user->id]);

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2

Last Release

3729d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8214f36975034f4134506744cd956e8415491006c1b3512af22bf75f91165f06?d=identicon)[bariew](/maintainers/bariew)

---

Top Contributors

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

---

Tags

pushpusheryii2

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1454.6k](/packages/dmstr-yii2-cookie-consent)[imanilchaudhari/yii2-currency-converter

This extension will help to find out current currency conversion rate.

1911.7k](/packages/imanilchaudhari-yii2-currency-converter)

PHPackages © 2026

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