cali/yuntongxun-sms

云通讯短信
50
Install
composer require cali/yuntongxun-sms
Latest Version:v1.2
PHP:>=5.5.9
License:MIT
Last Updated:Jul 22, 2016
Links: GitHub  ·  Packagist
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')

Related Packages

hardywen/yuntongxun-sms

yuntongxun sms 云通讯短信

117 1
cnxiaoma/yuntongxun-sms

yuntongxun sms 云通讯短信

13 1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444