Download the PHP package shafimsp/laravel-sms-notification-channel without Composer
On this page you can find all versions of the php package shafimsp/laravel-sms-notification-channel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-sms-notification-channel
SMS Notification Channel for Laravel
Introduction
This package makes it easy to send SMS notifications using different SMS provider with Laravel.
Installation
To install the PHP client library using Composer:
The package will automatically register itself.
Configuration
You can optionally publish the config file with:
This is the contents of the published config file:
Usage
Notification
Set sms
channel in via
method on notification class
and define a toSms method on the notification class.
Or
Unicode Content
If your SMS message will contain unicode characters, you should call the unicode method when constructing the SmsMessage instance:
Customizing The "From" Number
If you would like to send some notifications from a phone number that is different from the phone number specified in your config/services.php file, you may use the from method on a SmsMessage instance:
Routing SMS Notifications
When sending notifications via the sms
channel, you should define a routeNotificationForSms method on the entity:
Direct method
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
Laravel SMS Notification Channel is open-sourced software licensed under the MIT license.
All versions of laravel-sms-notification-channel with dependencies
illuminate/support Version ~5.8.0|^6.0|^7.0|^8.0
illuminate/notifications Version ~5.8.0|^6.0|^7.0|^8.0
illuminate/log Version ~5.8.0|^6.0|^7.0|^8.0