You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
208 B

腾讯云短信 PHP SDK Demo
===
## 使用
1. 安装依赖
```sh
php /path/to/composer install
```
2. 配置必要参数,如SDK appid/appkey
```sh
emacs app.php
```
3. 运行
```sh
php ./app.php
```