Looking to hire Laravel developers? Try LaraJobs

laravel-onesignal maintained by fowitech

Last update
2025/06/04 10:11 (dev-main)
License
Links
Downloads
33

Comments
comments powered by Disqus

Laravel OneSignal Push Notifications

GitHub License Latest Version on Packagist GitHub Tests Action Status Total Downloads

This is a straightforward OneSignal wrapper library designed for Laravel.

:package: Install

Via Composer

$ composer require fowitech/laravel-onesignal

:zap: Configure

Publish the config file

$ php artisan vendor:publish --tag="fowitech-onesignal"

:fire: Usage

In your code just use it like this.

onesignal()->message("this message")->to(['Number 1', 'Number 2'])->send();

:microscope: Testing

composer test