Download the PHP package lifespikes/expo-notification-channel without Composer
On this page you can find all versions of the php package lifespikes/expo-notification-channel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lifespikes/expo-notification-channel
More information about lifespikes/expo-notification-channel
Files in lifespikes/expo-notification-channel
Package expo-notification-channel
Short Description Expo Notifications driver for Laravel
License MIT
Homepage https://github.com/laravel-notification-channels/expo
Informations about the package expo-notification-channel
Expo Push Notifications Channel
This package makes it easy to send notifications using Expo with Laravel 8.x
Contents
- Installation
- Setting up the Expo service
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
Install this package with Composer:
composer require lifespikes/expo-notification-channel
Setting up the Expo service
If you use an Expo Access Token please set this in your environment.
EXPO_ACCESS_TOKEN=mysecrettoken
Usage
Firstly you will need to define a method to retrieve your Expo push token ``
``
Available Message methods
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Contributing
Please see CONTRIBUTING for details.
Credits
- Nick Pratley
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of expo-notification-channel with dependencies
ext-json Version *
guzzlehttp/guzzle Version ~6.0 || ~7.0
illuminate/notifications Version ~6.0 || ~7.0 || ~8.0 || ~9.0
illuminate/support Version ~6.0 || ~7.0 || ~8.0 || ~9.0