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(11mo ago)08MITPHPPHP ^8.0

Since Jul 20Pushed 11mo agoCompare

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

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

27

—

LowBetter than 47% of packages

Maintenance51

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

348d 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

[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M6](/packages/propaganistas-laravel-disposable-email)[illuminate/mail

The Illuminate Mail package.

5910.6M498](/packages/illuminate-mail)[illuminate/notifications

The Illuminate Notifications package.

513.1M1.1k](/packages/illuminate-notifications)

PHPackages © 2026

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