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
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

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

610,259,779 9,704