PHPackages                             viecngay/larasignal - 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. viecngay/larasignal

ActiveLibrary

viecngay/larasignal
===================

:description

2.0.1(7y ago)31731MITPHP

Since Jan 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ViecNgay/LaraSignal)[ Packagist](https://packagist.org/packages/viecngay/larasignal)[ Docs](https://github.com/viecngay/larasignal)[ RSS](/packages/viecngay-larasignal/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (6)Versions (9)Used By (0)

LaraSignal
==========

[](#larasignal)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7f8ef5d4cdbed7c8defcfc669b01ff074a99e3b03b6d1ef94e7bd95d8b650c9a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f766965636e6761792f6c6172617369676e616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/viecngay/larasignal)[![Total Downloads](https://camo.githubusercontent.com/ff0d1a027f0a8687b35b3d106a4ba811c8f31cf2ded260e8871598a69f8d9d0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f766965636e6761792f6c6172617369676e616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/viecngay/larasignal)[![Build Status](https://camo.githubusercontent.com/89cfddbfeadf0287c1ff394e2010fcf2bfd50b0adbb9bd2298765c38d68b0460/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f766965636e6761792f6c6172617369676e616c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/viecngay/larasignal)

\#LaraSignal Working with onesignal easier!

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

[](#installation)

Via Composer

```
$ composer require viecngay/larasignal
```

Register the service provider and alias in your config/app.php:

```
    'providers' => [

        ...
        ViecNgay\LaraSignal\LaraSignalServiceProvider::class,
    ],

    'aliases' => [
        ...
        'LaraSignal' => ViecNgay\LaraSignal\Facades\LaraSignal::class
    ],
```

Config APP ID and REST API KEY in you .env file

```
ONE_SIGNAL_APP_ID=Your Onesignal App Id
ONE_SIGNAL_REST_API_KEY=Your Onesignal Rest Api Key
```

Usage
-----

[](#usage)

Send notification to segment

```
LaraSignal::sendToSegments($segments = [], $title = 'Title', $subTitle = 'Default Subtitle', $payload = [], $options = [])
```

Send notification to Player

```
LaraSignal::sendToDevice($deviceIds = [], $title = 'Title', $subTitle = 'Default Subtitle', $payload = [], $options = [])
```

See option list here

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Credits
-------

[](#credits)

- [Quyet Tran](https://github.com/viecngay)
- [All Contributors](../../contributors%5D)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

Every ~0 days

Total

8

Last Release

2682d ago

Major Versions

1.0.5 → 2.0.02019-01-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2ef05a8887300353813d1f9989fd1f95d7654daaef3ec33bc4f8b589107d285?d=identicon)[quyettv95](/maintainers/quyettv95)

---

Top Contributors

[![quyettv95](https://avatars.githubusercontent.com/u/39772377?v=4)](https://github.com/quyettv95 "quyettv95 (13 commits)")

---

Tags

laravelLaraSignal

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/viecngay-larasignal/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[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/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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