Download the PHP package fomvasss/laravel-notification-channel-turbo-sms without Composer
On this page you can find all versions of the php package fomvasss/laravel-notification-channel-turbo-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fomvasss/laravel-notification-channel-turbo-sms
More information about fomvasss/laravel-notification-channel-turbo-sms
Files in fomvasss/laravel-notification-channel-turbo-sms
Package laravel-notification-channel-turbo-sms
Short Description This package makes it easy to send notifications using [turbosms.ua](https://turbosms.ua) with Laravel 5.5+
License MIT
Homepage https://github.com/fomvasss/laravel-notification-channel-turbo-sms
Informations about the package laravel-notification-channel-turbo-sms
TurboSms notifications channel for Laravel 5.5+
Here's the latest documentation on Laravel's Notifications System:
https://laravel.com/docs/master/notifications
This package makes it easy to send notifications using turbosms.ua with Laravel 5.5+.
Contents
- Installation
- Setting up the TurboSms service
- Usage
- Available Message methods
- Changelog
- Security
- Contributing
- Credits
- License
Installation
Install this package with Composer:
The service provider gets loaded automatically. Or you can do this manually:
Setting up the TurboSms service
Add your TurboSms token, default sender name (or phone number), test mode to your config/services.php
:
Usage
You can use the channel in your via()
method inside the notification:
In your notifiable model, make sure to include a routeNotificationForTurboSms()
method, which returns a phone number
or an array of phone numbers.
Available methods
from()
: Sets the sender's name or phone number.
content()
: Set a content of the notification message.
time()
: Example argument = time() + 7*60*60
- Postpone shipping for 7 hours.
test()
: Test SMS sending (log)
Changelog
Please see CHANGELOG for more information what has changed recently.
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
- fomvasss
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-notification-channel-turbo-sms with dependencies
illuminate/notifications Version ^5.5|^6|^7|^8|^9|^10|^11|^12
illuminate/support Version ^5.5|^6|^7|^8|^9|^10|^11|^12