PHPackages                             jenky/laravel-push-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. jenky/laravel-push-notification

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

jenky/laravel-push-notification
===============================

Laravel Push Notification

3372[1 issues](https://github.com/jenky/laravel-push-notification/issues)PHP

Since Aug 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jenky/laravel-push-notification)[ Packagist](https://packagist.org/packages/jenky/laravel-push-notification)[ RSS](/packages/jenky-laravel-push-notification/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)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

21

—

LowBetter than 18% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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/783e915bb411d566e8f1035f197842db5e870a2a995b3943bcbe5db2f9abf09b?d=identicon)[Milano](/maintainers/Milano)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jenky-laravel-push-notification/health.svg)

```
[![Health](https://phpackages.com/badges/jenky-laravel-push-notification/health.svg)](https://phpackages.com/packages/jenky-laravel-push-notification)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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