Skip to content

fowitech/laravel-onesignal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

📦 Install

Via Composer

$ composer require fowitech/laravel-onesignal

⚡ Configure

Publish the config file

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

🔥 Usage

In your code just use it like this.

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

🔬 Testing

composer test

About

Laravel onesignal notification

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages