PHP code example of 96qbhy / cl253

1. Go to this page and download the library: Download 96qbhy/cl253 library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

96qbhy / cl253 example snippets



use Qbhy\CL253\CL253;

ue,
    'account' => 'account',
    'secret' => 'secret',
];

$sms = new CL253($config);

var_dump($sms->domestic->sendSms('176xxxx3329', '测试短信'));