Download the PHP package umuttaymaz/laravel-notification-verimor without Composer
On this page you can find all versions of the php package umuttaymaz/laravel-notification-verimor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download umuttaymaz/laravel-notification-verimor
More information about umuttaymaz/laravel-notification-verimor
Files in umuttaymaz/laravel-notification-verimor
Package laravel-notification-verimor
Short Description Verimor SMS for Laravel Notifications
License MIT
Homepage https://github.com/umuttaymaz/laravel-notification-verimor
Informations about the package laravel-notification-verimor
Verimor notifications channel for Laravel 5.3+
This package makes it easy to send notifications using VerimorSMS with Laravel 5.3+.
Contents
- Installation
- Setting up the VerimorSMS service
- Usage
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer:
Then you must install the service provider:
Setting up the VerimorSMS service
Add your Verimor username, password and default sender name to your .env
:
Usage
You can use the channel in your via()
method inside the notification:
In your notifiable model, make sure to include a routeNotificationForVerimor() method, which return the phone 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
- Umut Taymaz
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-notification-verimor with dependencies
illuminate/notifications Version ^5.3
illuminate/support Version ^5.1|^5.2|^5.3