bileji / support by shuc324

sms service...
40
1
2
Package Data
Maintainer Username: shuc324
Maintainer Contact: shuc324@gmail.com (shuc324)
Package Create Date: 2016-06-01
Package Last Update: 2016-06-15
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 03:04:10
Package Statistics
Total Downloads: 40
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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) ...