darkridder / mts-communicator-php-api
PHP wrapper around the MTS Communicator M2M API
Installs: 1 324
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/darkridder/mts-communicator-php-api
Requires
- php: >=5.6.0
- ext-soap: *
This package is auto-updated.
Last update: 2025-12-29 03:12:31 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