| Package Data | |
|---|---|
| Maintainer Username: | cali |
| Maintainer Contact: | cali@calicastle.com (Cali Castle) |
| Package Create Date: | 2016-07-22 |
| Package Last Update: | 2016-07-22 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-29 03:04:40 |
| Package Statistics | |
|---|---|
| Total Downloads: | 50 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
composer require cali/yuntongxun-sms
In config/app.php:
Cali\YuntongxunSms\YuntongxunSmsServiceProvider::class,
In aliases array:
'SMS' => Cali\YuntongxunSms\Facade\YuntongxunSms::class,
php artisan vendor:publish
Write configuration inside of the .env file in the root directory.
SMS::sendTemplateMessage($templateId, ['param1','param2'], $phone_number})
SMS::voiceVerify('123123','138xxxx')