jimchen/mob-sms
Composer 安装命令:
composer require jimchen/mob-sms
包简介
Mob.com SMS-SDK
README 文档
README
📲 mob.com免费短信验证后端校验接口SDK
环境需求
- PHP >= 5.5
安装
$ composer require "jimchen/mob-sms"
使用
use JimChen\MobSms\MobSms; $sms = new MobSms([ 'appkey' => '27xxxxxxxxx', 'zone' => 86, // 区号 // 接口请求相关配置,超时时间等,具体可用参数请参考: // http://docs.guzzlephp.org/en/stable/request-config.html 'http' => [ 'max_retries' => 1, 'retry_delay' => 500, 'timeout' => 5.0, ] ]); $sms->verify('phone number', 'verification code');
License
MIT
统计信息
- 总下载量: 977
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-07-27