qiqiuyun/php-sdk

There is no license information available for the latest version (dev-master) of this package.

QiQiuYun PHP SDK.

dev-master 2016-06-16 00:31 UTC

This package is not auto-updated.

Last update: 2024-11-04 06:25:53 UTC


README

环境需求

PHP 版本: 5.3.3及以上 PHP 扩展: php-curl

PHP 5.3以下用户,需自行修改代码。

短信服务

初始化服务类

use QiQiuYun\SDK\SmsService;

$service = new SmsService([
    'accessKey' => '<YOUR_ACCESS_KEY>',
    'secretKey' => '<YOUR_SECERT_KEY>',
]);

发送验证码

$service->sendAuthCode('<接收者手机号>', '<验证码>', '<验证码分类>');

验证码分类有: