96qbhy / cl253
There is no license information available for the latest version (1.0) of this package.
创蓝253 php sdk,支持laravel/lumen
1.0
2019-10-18 02:48 UTC
Requires
- php: ^7.1
- ext-json: *
- hanson/foundation-sdk: ^3.0
Requires (Dev)
- laravel/framework: ^6.0
This package is auto-updated.
Last update: 2024-10-18 14:22:08 UTC
README
创蓝253 php sdk,支持laravel/lumen
安装 - install
- composer 安装
$ composer require 96qbhy/cl253
使用 - usage
<?php use Qbhy\CL253\CL253; require 'vendor/autoload.php'; $config = [ 'debug'=>true, 'account' => 'account', 'secret' => 'secret', ]; $sms = new CL253($config); var_dump($sms->domestic->sendSms('176xxxx3329', '测试短信'));
关于 - about
author: 96qbhy@gmail.com