Download the PHP package irajtaghlidi/laravel-asanak-sms without Composer
On this page you can find all versions of the php package irajtaghlidi/laravel-asanak-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download irajtaghlidi/laravel-asanak-sms
More information about irajtaghlidi/laravel-asanak-sms
Files in irajtaghlidi/laravel-asanak-sms
Package laravel-asanak-sms
Short Description Asanak.com Notifications channel for Laravel 5.3+
License MIT
Homepage https://github.com/irajtaghlidi/laravel-asanak-sms
Informations about the package laravel-asanak-sms
Asanak notifications channel for Laravel 5.3+
This package makes it easy to send notifications using asanak.com with Laravel 5.3+.
- You can use Queue with Redis to speed up your application.
Contents
- Installation
- Setting up the AsanakSms service
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Credits
- License
Installation
You can install the package via composer:
Then you must install the service provider:
Setting up the AsanakSms service
Add your AsanakSms login, username/password and default sender number to your config/services.php
:
Usage
You can use the channel in your via()
method inside the notification:
You can add a alias to config/app.php
:
You can use alias instead of class name in via()
method:
In your notifiable model (for example App/User Model), make sure to include a routeNotificationForAsanaksms()
method, which returns a phone number
or an array of phone numbers.
Available methods
from()
: Sets the sender's phone number.
content()
: Set a content of 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
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-asanak-sms 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.*|5.7.*|5.8.*
illuminate/notifications Version 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*
illuminate/support Version 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*