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

This package is auto-updated.

Last update: 2024-04-18 13:18:24 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