tuowt / family-tree-sms
一家人短信SDK
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/tuowt/family-tree-sms
Requires
- php: >=5.6
- ext-fileinfo: *
- ext-openssl: *
- ext-simplexml: *
- guzzlehttp/guzzle: ^6.2
- monolog/monolog: ^1.22
- pimple/pimple: ^3.0
- symfony/cache: ^3.3|^4.0
- symfony/http-foundation: ^2.7|^3.0|^4.0
- symfony/psr-http-message-bridge: ^0.3|^1.0
Requires (Dev)
- phpunit/phpunit: ~5.7
This package is auto-updated.
Last update: 2025-09-11 23:03:48 UTC
README
family-tree短信接口接口
Composer 安装
composer require tuowt/family-tree-sms
Usage
服务端发起支付请求:
use FamilyTree\Factory; // $config = Configure::read('FamilyTree'); $config = [ // 用户登陆名 'appId' => 'xxxx', // 用户登录密码 'appSecret' => '', ]; $app = Factory::Sms($config); // 发起支付请求 $result = $app->sms->sendAuthCode($mobile);