Download the PHP package devineonline/sms-broadcast without Composer
On this page you can find all versions of the php package devineonline/sms-broadcast. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download devineonline/sms-broadcast
More information about devineonline/sms-broadcast
Files in devineonline/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 8 This is a fork for laravel 8 support, original info below:
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
devineonline/smsbroadcast Version ^8.0
illuminate/notifications Version ^8.0
illuminate/support Version ^8.0