PHPackages                             naif/nova-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. naif/nova-push-notification

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

naif/nova-push-notification
===========================

A Laravel Nova tool to send push notifications via OneSignal

v1.0(7y ago)166.4k3[3 issues](https://github.com/naifalshaye/nova-push-notifications/issues)MITPHPPHP &gt;=7.1.0

Since Mar 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/naifalshaye/nova-push-notifications)[ Packagist](https://packagist.org/packages/naif/nova-push-notification)[ RSS](/packages/naif-nova-push-notification/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Laravel Nova Push Notifications
===============================

[](#laravel-nova-push-notifications)

A Laravel Nova tool to send push notifications. Currently supporting just via OneSignal

Installation:
-------------

[](#installation)

You can install nova push notifications package in to a Laravel app that uses Nova via composer:

```
composer require naif/nova-push-notification
```

Configuration
-------------

[](#configuration)

Publish the package config file:

```
php artisan vendor:publish --provider="Naif\NovaPushNotification\ToolServiceProvider"
```

Configuration will be published at \[config/push\_notifications.php\].

Create an App in OneSignal and get your app id and api key.

Add the following keys to your `.env` and `.env.example`:

```
PUSH_APP_ID=
PUSH_API_KEY=
```

Usage
-----

[](#usage)

Add the below to the tools function in app/Providers/NovaServiceProvider.php

```
public function tools()
{
  return [
    new NovaPushNotification(),
  ];
}
```

[![Package screenshot](https://raw.githubusercontent.com/naifalshaye/nova-push-notifications/master/screenshots/screen1.png)](https://raw.githubusercontent.com/naifalshaye/nova-push-notifications/master/screenshots/screen1.png)

[![Package screenshot](https://raw.githubusercontent.com/naifalshaye/nova-push-notifications/master/screenshots/screen2.png)](https://raw.githubusercontent.com/naifalshaye/nova-push-notifications/master/screenshots/screen2.png)

Support:
--------

[](#support)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2711d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/323a5cbb1087ce4edc9deec40b03736b6d43a3ca205615b346108ed57f58e50e?d=identicon)[naifdev](/maintainers/naifdev)

---

Top Contributors

[![naifalshaye](https://avatars.githubusercontent.com/u/23122187?v=4)](https://github.com/naifalshaye "naifalshaye (10 commits)")

---

Tags

laravelpushnotificationnotificationspush notificationonesignalnovaone-signal

### Embed Badge

![Health badge](/badges/naif-nova-push-notification/health.svg)

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

###  Alternatives

[ladumor/one-signal

Laravel Wrapper for OneSignal.

125353.9k](/packages/ladumor-one-signal)[bentools/webpush-bundle

Send push notifications through Web Push Protocol to your Symfony users.

72297.8k](/packages/bentools-webpush-bundle)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

9949.5k](/packages/coreproc-nova-notification-feed)[dropfan/onesignal-server-api

OneSignal server API for PHP, you can push notifications to any platform. (iOS/APNS, Android/GCM/FCM, WP, Web/Chrome/Safari...etc.) No third-party dependency that you can use this library in any project or framework.

169.3k](/packages/dropfan-onesignal-server-api)

PHPackages © 2026

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