Download the PHP package laravel-notification-channels/plivo without Composer
On this page you can find all versions of the php package laravel-notification-channels/plivo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laravel-notification-channels/plivo
More information about laravel-notification-channels/plivo
Files in laravel-notification-channels/plivo
Package plivo
Short Description Plivo SMS notifications driver for Laravel
License MIT
Homepage https://github.com/laravel-notification-channels/plivo
Informations about the package plivo
Plivo notifications channel for Laravel
This package makes it easy to send SMS notifications using Plivo with Laravel 6.x and higher.
Contents
- Installation
- Setting up the Plivo service
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
Install the package via composer:
Setting up your Plivo service
Log in to your Plivo dashboard and grab your Auth Id, Auth Token and the phone number you're sending from. Add them to config/services.php
.
Usage
Follow Laravel's documentation to add the channel your Notification class:
Add a routeNotificationForPlivo
method to your Notifiable model to return the phone number:
Available methods
content()
- (string), SMS notification bodyfrom()
- (integer) Override default from number
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
- Sid K
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of plivo with dependencies
illuminate/notifications Version ~6.0 || ~7.0 || ~8.0
illuminate/support Version ~6.0 || ~7.0 || ~8.0
illuminate/events Version ~6.0 || ~7.0 || ~8.0
plivo/plivo-php Version ^1.1