bileji / support by shuc324

sms service...
44
1
1
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: 2025-05-02 03:03:40
Package Statistics
Total Downloads: 44
Monthly Downloads: 2
Daily Downloads: 1
Total Stars: 1
Total Watchers: 1
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) ...