Download the PHP package dubems/app-web-sms without Composer
On this page you can find all versions of the php package dubems/app-web-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dubems/app-web-sms
More information about dubems/app-web-sms
Files in dubems/app-web-sms
Package app-web-sms
Short Description Laravel Package to send notifications using AppWebSms
License MIT
Informations about the package app-web-sms
AppWebSms notifications channel for Laravel 5.4
This package makes it easy to send AppWebSms notifications with Laravel 5.4.
Contents
- Installation
- Setting up your AppWebSms account
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer:
You must install the service provider:
Setting up your AppWebSms account
Add your AppWebSms Account Name, Account Password, and Sender (The sender ID to show on receiver's phone) to your config/services.php
:
Usage
Now you can use the channel in your via()
method inside the notification:
In order to let your Notification know which phone number you are sending to, add the routeNotificationForAppWebSms
method to your Notifiable model e.g your User Model
Available Message methods
AppWebSmsMessage
setMesssage('')
: Accepts a string value for the notification body.setSchedule('2017-01-13 10:30:04')
: Accepts a date-time string for when the notification should be sent.
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
- Nriagu Chidubem
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of app-web-sms with dependencies
illuminate/support Version 5.1.*|5.2.*|5.3.*|5.4.*
nategood/httpful Version *
guzzlehttp/guzzle Version ^6.2