Download the PHP package yna/laravel-b-sms without Composer
On this page you can find all versions of the php package yna/laravel-b-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yna/laravel-b-sms
More information about yna/laravel-b-sms
Files in yna/laravel-b-sms
Package laravel-b-sms
Short Description B SMS Notifications channel for Laravel 5.3.
License MIT
Homepage https://github.com/ynacorp/b-sms
Informations about the package laravel-b-sms
b-sms notifications channel for Laravel 5.3+
This package makes it easy to send notifications using b-sms with Laravel 5.3+.
Installation
You can install the package via composer:
Then you must install the service provider:
Setting up the PortToSms service
Add your PortToSms account, user, password and default sender name (or phone number) to your config/services.php
:
Usage
You can use the channel in your via()
method inside the notification:
In your notifiable model, make sure to include a routeNotificationForPort2sms() method, which return the phone number.
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.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-b-sms with dependencies
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
illuminate/queue Version ^5.1.0
illuminate/notifications Version ^5.1.0
illuminate/support Version ^5.1.0