PHP code example of lsys / smssender

1. Go to this page and download the library: Download lsys/smssender 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/ */

    

lsys / smssender example snippets


//如果不是使用 阿里大于, yuntongxun.com的短信接口,可参见以下实现自定义发送接口
//自定义适配实现示例 /dome/MyHandler.php
use LSYS\SMSSender;
use LSYS\Config\File;
;