Download the PHP package atymic/laravel-notification-channel-sms-broadcast without Composer
On this page you can find all versions of the php package atymic/laravel-notification-channel-sms-broadcast. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download atymic/laravel-notification-channel-sms-broadcast
More information about atymic/laravel-notification-channel-sms-broadcast
Files in atymic/laravel-notification-channel-sms-broadcast
Package laravel-notification-channel-sms-broadcast
Short Description SMS Broadcast Notification Channel
License MIT
Homepage https://github.com/atymic/laravel-notification-channel-sms-broadcast
Informations about the package laravel-notification-channel-sms-broadcast
Sms Broadcast Notification Channel
Package Moved
This package has moved to https://github.com/laravel-notification-channels/sms-broadcast
Please update you composer.json to the new location. The namespacing has not changed, so you can just swap the packages out.
Old Readme
This package makes it easy to send notifications using Sms Broadcast with Laravel > 5.6.
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 laravel-notification-channel-sms-broadcast with dependencies
atymic/sms-broadcast Version ^1.0
illuminate/notifications Version ^5.6|^5.7|^5.8
illuminate/support Version ^5.6|^5.7|^5.8