smart-crowd/simple-sms-drivers

Addition providers for simple SMS laravel package
1,049 10
Install
composer require smart-crowd/simple-sms-drivers
Latest Version:v0.3
License:MIT
Last Updated:Feb 10, 2016
Links: GitHub  ·  Packagist
Maintainer: klermonte

simple-sms-drivers

Addition drivers for simple SMS laravel package

Installition

composer require "smart-crowd/simple-sms-drivers: dev-master"

Instead of original simple sms service provider, set our:

'providers' => [
  ...
  SmartCrowd\Sms\SmsServiceProvider::class
]

Set original simple sms alias:

'aliases' => [
  ...
  'SMS' => SimpleSoftwareIO\SMS\Facades\SMS::class

Publish original simple sms config:

php artisan vendor:publish

Now you can set up addtition sms drivers in config/sms.php file:

'smscenter' => [
    'login'    => env('SMS_CENTER_LOGIN'),
    'password' => env('SMS_CENTER_PASSWORD')
],
'smsru' => [
    'api_id' => env('SMS_RU_API_ID')
],
'smsclub' => [
    'login'    => env('SMS_CLUB_LOGIN'),
    'password' => env('SMS_CLUB_PASSWORD')
],

Usage

See original documentation

Related Packages

rinvex/laravel-authy

Rinvex Authy is a simple wrapper for Authy TOTP, the best rated Two-Factor Authe...

77,746 32
toplan/laravel-sms

A mobile phone number validation solution based on laravel

80,207 835
laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

8,725,294 258
kavenegar/laravel

laravel 4 and 5 kavenegar integration

354,447 85
laravel-notification-channels/authy

Authy notification channel for Laravel, with the ability to send in-app, sms, an...

46,700 57