tunjioye / smartxmx
用于利用Smart SMS Solutions批量短信HTTP API的简单PHP类
v1.0
2019-04-07 13:51 UTC
Requires
- php: >=5.3.3
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2024-09-08 02:42:54 UTC
README
用于利用Smart SMS Solutions批量短信HTTP API的简单PHP类
要求
需要PHP >=5.3.3。
安装
通过 Composer
要获取SmartXmx的最新版本,只需要求它
composer require tunjioye/smartxmx
或者将以下行添加到您的 composer.json
文件的require块中。
"tunjioye/smartxmx": "1.*"
之后,您需要运行 composer install
或 composer update
来下载它并更新自动加载器。
使用方法
// 待续...
许可证
MIT许可证(MIT)。请参阅许可证文件获取更多信息。