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

ActiveLibrary[API Development](/categories/api)

kryptonit3/pusher
=================

Easy Laravel Pusher integration with a function.

831.2k[1 issues](https://github.com/Kryptonit3/Pusher/issues)PHP

Since Jul 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Kryptonit3/Pusher)[ Packagist](https://packagist.org/packages/kryptonit3/pusher)[ RSS](/packages/kryptonit3-pusher/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Pusher
======

[](#pusher)

Easy Laravel pusher integration with a function.

How this differs from other packages? Full auto-completion support with the Pusher PHP api.

Installation `composer require kryptonit3/pusher:dev-master`

Set environment variables:

```
PUSHER_KEY=YOUR-PUSHER-KEY
PUSHER_SECRET=YOUR-PUSHER-SECRET
PUSHER_APP_ID=YOUR-PUSHER-APP-ID

```

Add the following to your Service Providers array (config\\app.php)

```
Kryptonit3\Pusher\PusherServiceProvider::class,
// for older PHP versions use 'Kryptonit3\Pusher\PusherServiceProvider',
```

Publish the config file. (not required unless you want to change some default settings)

```
php artisan vendor:publish

```

It will then be located in `config\kryptonit3_pusher.php`

you may now use all of the normal pusher calls with the `pusher()` helper function.

Example

```
pusher()->trigger('my-channel-name', 'my-event-name', ['data' => true]);
```

Here are some more examples -

Just replace the `$pusher->` with `pusher()->`

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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