Download the PHP package onix-solutions/sms-telera without Composer
On this page you can find all versions of the php package onix-solutions/sms-telera. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download onix-solutions/sms-telera
More information about onix-solutions/sms-telera
Files in onix-solutions/sms-telera
Package sms-telera
Short Description SmsTelera Notifications channel for Laravel 5.3+.
License MIT
Homepage https://github.com/onix-solutions/sms-telera
Informations about the package sms-telera
Sms Telera notifications channel for Laravel 5.3+
This package makes it easy to send notifications using sms.telera with Laravel 5.3+.
Contents
- Installation
- Setting up the SmsTelera service
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer:
Then you must install the service provider:
Setting up the SmsTelera service
Add your SmsTelera login, secret key (hashed password) and default sender name (or phone number) to your config/services.php
:
If you want use other host than
smsc.telera
, you MUST set custom host WITH trailing slash.
Usage
You can use the channel in your via()
method inside the notification:
In your notifiable model, make sure to include a routeNotificationForSmsctelera()
method, which returns a phone number
or an array of phone numbers.
Available methods
from()
: Sets the sender's name or phone number.
content()
: Set a content of the notification message.
sendAt()
: Set a time for scheduling the notification message.
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
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
- SandroBocon
- JhaoDa
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of sms-telera with dependencies
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
illuminate/queue Version 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*
illuminate/notifications Version 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*
illuminate/support Version 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*