Download the PHP package vicenterusso/laravel-facilitamovel-channel without Composer
On this page you can find all versions of the php package vicenterusso/laravel-facilitamovel-channel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vicenterusso/laravel-facilitamovel-channel
More information about vicenterusso/laravel-facilitamovel-channel
Files in vicenterusso/laravel-facilitamovel-channel
Package laravel-facilitamovel-channel
Short Description Facilita Movel notification channel for Laravel
License MIT
Homepage https://github.com/vicenterusso/laravel-facilitamovel-channel
Informations about the package laravel-facilitamovel-channel
Laravel Facilita Movel Notification Channel
This package makes it easy to send notifications using FacilitaMovel with Laravel 5.5+, 6.x, 7.x and 8.x
Facilita Movel channel notification for Laravel. Simple send support only
Contents
- Installation
- Setting up the FacilitaMovel service
- Usage
- Available Message methods
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer:
Setting up the FacilitaMovel service
Configure your credentials:
Usage
You can now use the channel in your via() method inside the Notification class.
Routing a message
Available Message methods
to($phone)
: (integer) Recipient's phone.content('message')
: (string) SMS message.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Vicente Russo Neto
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-facilitamovel-channel with dependencies
illuminate/notifications Version ~6.0 || ~7.0 || ~8.0
illuminate/support Version ~6.0 || ~7.0 || ~8.0