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

ActiveLibrary[API Development](/categories/api)

vanlonden/pusher
================

Firebase wrapper library for Laravel

018PHP

Since Aug 16Pushed 9y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Pusher
======

[](#pusher)

Setup
-----

[](#setup)

1. run `composer require vanlonden/pusher`
2. add `VanLonden\Pusher\PusherServiceProvider::class,` to the `providers` in `config/app.php`
3. run `artisan vendor:publish`
4. edit `config/pusher.php` to your liking
5. add your `FIREBASE_SERVER_KEY` to your .env file
6. run `artisan migrate`

Usage
-----

[](#usage)

```
// Send a push message to all users
$this->pusher->send('Title', 'A message', User::all());

// Create a future push message
$futurePush = FuturePush::create([
    'time' => '2016-08-03 17:00',
    'title' => 'Title',
    'message' => 'A message',
]);
$futurePush->users()->saveMany(User::all());

// Send a future push message
$this->pusher->sendFuture(FuturePush::first());
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/11df57165864fe31e03abc0e7b6d0eec1859f1fc849ef44fd04bbd6d2afa6230?d=identicon)[vanlonden](/maintainers/vanlonden)

---

Top Contributors

[![vanlonden](https://avatars.githubusercontent.com/u/4346444?v=4)](https://github.com/vanlonden "vanlonden (4 commits)")[![vzijden](https://avatars.githubusercontent.com/u/2988683?v=4)](https://github.com/vzijden "vzijden (2 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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