PHPackages                             darkridder/mts-communicator-php-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. darkridder/mts-communicator-php-api

ActiveLibrary[API Development](/categories/api)

darkridder/mts-communicator-php-api
===================================

PHP wrapper around the MTS Communicator M2M API

0.0.2(4y ago)22.0k↓15.8%1Apache-2.0PHPPHP &gt;=5.6.0

Since Jun 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/DarkRiDDeR/mts-communicator-php-api)[ Packagist](https://packagist.org/packages/darkridder/mts-communicator-php-api)[ RSS](/packages/darkridder-mts-communicator-php-api/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (3)Used By (0)

MTS Communicator PHP API
========================

[](#mts-communicator-php-api)

PHP wrapper around the MTS Communicator M2M API [https://mcommunicator.ru/M2M/m2m\_api.asmx](https://mcommunicator.ru/M2M/m2m_api.asmx)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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
-----

[](#usage)

```
$mts = new \MtsCommunicator\Client('login', 'password');
$sender = new \MtsCommunicator\Send($mts);
$result1 = $sender->message('Message', "71010000000");
$result2 = $sender->messages('Message', ['71010000000', '71010000001']);
```

License
-------

[](#license)

Apache 2.0

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~776 days

Total

2

Last Release

1799d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13350468?v=4)[DarkRiDDeR](/maintainers/DarkRiDDeR)[@DarkRiDDeR](https://github.com/DarkRiDDeR)

---

Top Contributors

[![DarkRiDDeR](https://avatars.githubusercontent.com/u/13350468?v=4)](https://github.com/DarkRiDDeR "DarkRiDDeR (8 commits)")[![ed1011](https://avatars.githubusercontent.com/u/2720048?v=4)](https://github.com/ed1011 "ed1011 (1 commits)")

---

Tags

smsextensionmts

### Embed Badge

![Health badge](/badges/darkridder-mts-communicator-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/darkridder-mts-communicator-php-api/health.svg)](https://phpackages.com/packages/darkridder-mts-communicator-php-api)
```

###  Alternatives

[melipayamak/php

A PHP wrapper for melipayamak's web services

33103.6k5](/packages/melipayamak-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
