Download the PHP package laravel-notification-channels/sms-broadcast without Composer
On this page you can find all versions of the php package laravel-notification-channels/sms-broadcast. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laravel-notification-channels/sms-broadcast
More information about laravel-notification-channels/sms-broadcast
Files in laravel-notification-channels/sms-broadcast
Package sms-broadcast
Short Description SMS Broadcast Notification Channel
License MIT
Homepage http://laravel-notification-channels.com/
Informations about the package sms-broadcast
Sms Broadcast Notification Channel
This package makes it easy to send notifications using Sms Broadcast with Laravel > 5.6 & 6.0.
It uses my Sms Broadcast PHP package under the hood.
Contents
- Installation
- [Setting up the Sms Broadcast service](#setting-up-the-Sms Broadcast-service)
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
Install the package using composer
Add the configuration to your services.php
config file:
Usage
You can use the channel in your via()
method inside the notification:
In your notifiable model, make sure to include a routeNotificationForSmsbroadcast()
method, which returns an australian phone number.
Available methods
sender()
: Sets the sender's name or phone number.
content()
: Set a content of the notification message.
delay()
: Set a delay, in minutes before sending the message
reference()
: Set the SMS ref code
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- atymic
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of sms-broadcast with dependencies
atymic/sms-broadcast Version ^1.0
illuminate/notifications Version ~5.6 || ~6.0 || ~7.0
illuminate/support Version ~5.6 || ~6.0 || ~7.0