bileji/support

sms service...
44 1
Install
composer require bileji/support
Latest Version:v1.1.0
PHP:>=5.5.9
License:MIT
Last Updated:Jun 15, 2016
Links: GitHub  ·  Packagist
Maintainer: shuc324

usage

add ./config/sms.php 

add the following code to ./config/app.php 

'providers' => [
    ...
    Bileji\Support\SmsServiceProvider::class,
    ...
]

then Bileji\Support\Facades\Sms::send($phone, $message) ...