intelecom / smsgw
Intelecom短信网关的PHP客户端库
v1.0.2
2017-04-26 07:58 UTC
Requires
- php: >=5.2.1
- tcdent/php-restclient: ^0.1.4
Requires (Dev)
- mockery/mockery: >=0.7.2
- phing/phing: 2.*
- phpdocumentor/phpdocumentor: ^2.8
- phpunit/phpunit: 4.5.*
This package is not auto-updated.
Last update: 2024-09-28 18:58:37 UTC
README
安装
您可以通过composer安装 smsgw-client-php 或下载源代码。
通过Composer安装
smsgw-client-php 作为 intelecom/smsgw
包在Packagist上可用。
通过ZIP文件
点击此处下载源代码 (.zip),其中包含所有依赖项。
下载库后,将smsgw-client-php文件夹移动到您的项目目录中,然后包含库文件
require '/path/to/ssmgw-client-php/Intelecom/Intelecom_SMSGW.php';
然后您就可以使用了!
获取帮助
如果您需要安装或使用库的帮助,请首先联系Intelecom支持:support.interactive@intele.com。
如果您在库中发现了错误或希望添加新功能,请继续在此存储库中打开问题或拉取请求。