PHPackages                             nourallah/onesignalnotifier - 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. nourallah/onesignalnotifier

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

nourallah/onesignalnotifier
===========================

generate and verifiy OneSignalNotifier with limit

v1.0.1(9mo ago)08MITPHPPHP ^8.0

Since Jul 20Pushed 9mo agoCompare

[ Source](https://github.com/ip4t/OneSignalNotifier)[ Packagist](https://packagist.org/packages/nourallah/onesignalnotifier)[ RSS](/packages/nourallah-onesignalnotifier/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

OneSignalNotifier
=================

[](#onesignalnotifier)

A simple Laravel package to send OneSignal notifications.

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

[](#installation)

```
composer require nourallah/onesignalnotifier

## Configuration
Add your OneSignal credentials to your .env file:

ONESIGNAL_APP_ID=your-app-id
ONESIGNAL_REST_API_KEY=your-rest-api-key

## Usage
use Nourallah\OneSignalNotifier\OneSignalNotifier;

$notifier = new OneSignalNotifier();

$notifier->sendToAll('Hello everyone!');

Send notification with Arabic and English
$notifier->sendToAll([
    'en' => 'Hello everyone',
    'ar' => 'مرحبا بالجميع',
]);

# Send notification to a specific user
$notifier->sendToUser('player-id-123', 'You have a new message');
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance60

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

293d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc48c51d47f3c120c963e1d5942f2840397d429acfbe488ad134e85e45c6fffd?d=identicon)[abdelrahma-nourallah](/maintainers/abdelrahma-nourallah)

---

Top Contributors

[![ip4t](https://avatars.githubusercontent.com/u/13573992?v=4)](https://github.com/ip4t "ip4t (11 commits)")

### Embed Badge

![Health badge](/badges/nourallah-onesignalnotifier/health.svg)

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

###  Alternatives

[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[illuminate/mail

The Illuminate Mail package.

5910.1M390](/packages/illuminate-mail)

PHPackages © 2026

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