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.

631.1k[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 1mo ago

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

26

—

LowBetter than 43% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity28

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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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