PHPackages                             turbo124/firebase-apns-notification - 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. turbo124/firebase-apns-notification

ActiveLibrary

turbo124/firebase-apns-notification
===================================

Laravel Push Notification

081PHP

Since Jan 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/turbo124/firebase-apns-notification)[ Packagist](https://packagist.org/packages/turbo124/firebase-apns-notification)[ RSS](/packages/turbo124-firebase-apns-notification/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5 Push Notification
===========================

[](#laravel-5-push-notification)

\######Laravel package for sending push notification.

Installation
------------

[](#installation)

Require this package with composer:

```
composer require jenky/laravel-push-notification

```

or add this to `composer.json`

```
"jenky/laravel-push-notification": "^1.0"

```

After updating composer, add the ServiceProvider to the providers array in `config/app.php`

```
Jenky\LaravelPushNotification\PushNotificationServiceProvider::class,
```

Add this to your facades in `config/app.php` (optional):

```
'PushNotification' => Jenky\LaravelPushNotification\Facades\PushNotification::class,
```

Copy the package config to your local config with the publish command:

```
php artisan vendor:publish

```

or

```
php artisan vendor:publish --provider="Jenky\LaravelPushNotification\PushNotificationServiceProvider"

```

Usage
-----

[](#usage)

WIP

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.3% 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://avatars.githubusercontent.com/u/5827962?v=4)[David Bomba](/maintainers/turbo124)[@turbo124](https://github.com/turbo124)

---

Top Contributors

[![jenky](https://avatars.githubusercontent.com/u/1808758?v=4)](https://github.com/jenky "jenky (21 commits)")[![turbo124](https://avatars.githubusercontent.com/u/5827962?v=4)](https://github.com/turbo124 "turbo124 (2 commits)")

### Embed Badge

![Health badge](/badges/turbo124-firebase-apns-notification/health.svg)

```
[![Health](https://phpackages.com/badges/turbo124-firebase-apns-notification/health.svg)](https://phpackages.com/packages/turbo124-firebase-apns-notification)
```

PHPackages © 2026

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