Download the PHP package kielabokkie/aws-pinpoint-laravel-notification-channel without Composer
On this page you can find all versions of the php package kielabokkie/aws-pinpoint-laravel-notification-channel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kielabokkie/aws-pinpoint-laravel-notification-channel
More information about kielabokkie/aws-pinpoint-laravel-notification-channel
Files in kielabokkie/aws-pinpoint-laravel-notification-channel
Package aws-pinpoint-laravel-notification-channel
Short Description Send notifications using AWS Pinpoint
License MIT
Homepage https://github.com/kielabokkie/aws-pinpoint-laravel-notification-channel
Informations about the package aws-pinpoint-laravel-notification-channel
AWS Pinpoint Laravel Notification Channel
This package makes it easy to send notifications using AwsPinpoint with Laravel 5.5+ and 6.0.
Note: Currently only SMS is supported. Other message types like voice and email are on the roadmap. Please get in touch if you would like to help out with this.
Send SMS using AWS Pinpoint the easy way.
Contents
- Installation
- Setting up the AwsPinpoint service
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer by running the command below
Setting up the AwsPinpoint service
This package uses the AWS Service Provider for Laravel package. You'll need to add specific configuration for AWS Pinpoint to your config/aws.php
file. See the example below:
And then add the following entries in your .env
file:
Usage
Once everything is setup you can send a notification as follows:
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
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
- Wouter Peschier
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of aws-pinpoint-laravel-notification-channel with dependencies
aws/aws-sdk-php-laravel Version ^3.1
illuminate/notifications Version ~5.5 || ~6.0 || ~7.0
illuminate/support Version ~5.5 || ~6.0 || ~7.0