thiagoprz / laravel-onesignal
One Signal Laravel service
dev-main
2022-04-21 20:14 UTC
Requires
- php: 8.1
- ext-json: *
- guzzlehttp/guzzle: ^7.0
- laravel/framework: 8.x-dev
- spatie/data-transfer-object: ^3.7.3
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-22 01:56:57 UTC
README
Installation
Install with composer:
composer require thiagoprz/laravel-onesignal
Publish configuration
php artisan vendor:publish --provider=Thiagoprz\Onesignal\OnesignalServiceProvider
Roadmap
- Implement every method present on One Signal API.
Package Testing
PHPUnit
Replace your app id, user key and app key with the right values:
ONESIGNAL_APP_ID={APP_ID} ONESIGNAL_API_APP_KEY={YOUR_APP_KEY} ONESIGNAL_API_USER_KEY={YOUR_USER_ID} php artisan test
For more information on keys and Ids please see https://documentation.onesignal.com/docs/accounts-and-keys
License
This package is licensed under the MIT license.