cali/yuntongxun-sms

云通讯短信
50
Install
composer require cali/yuntongxun-sms
Maintainer: cali

云通讯 短信Api

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