darkridder/mts-communicator-php-api
最新稳定版本:0.0.2
Composer 安装命令:
composer require darkridder/mts-communicator-php-api
包简介
PHP wrapper around the MTS Communicator M2M API
关键字:
README 文档
README
PHP wrapper around the MTS Communicator M2M API https://mcommunicator.ru/M2M/m2m_api.asmx
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require darkridder/mts-communicator-php-api "*"
or add
"darkridder/mts-communicator-php-api": "*"
to the require section of your composer.json file.
Usage
$mts = new \MtsCommunicator\Client('login', 'password'); $sender = new \MtsCommunicator\Send($mts); $result1 = $sender->message('Message', "71010000000"); $result2 = $sender->messages('Message', ['71010000000', '71010000001']);
License
Apache 2.0
统计信息
- 总下载量: 1.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2019-06-14