darkridder / mts-communicator-php-api
PHP wrapper around the MTS Communicator M2M API
0.0.2
2021-07-30 06:03 UTC
Requires
- php: >=5.6.0
- ext-soap: *
This package is auto-updated.
Last update: 2025-04-29 01:19:40 UTC
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