PHPackages                             mrssoft/yii2-mts-communicator - 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. mrssoft/yii2-mts-communicator

ActiveYii2-extension

mrssoft/yii2-mts-communicator
=============================

Extension for sending SMS through MTS Communicator M2M API

2.0.2(6y ago)0761MITPHPPHP &gt;=7.1

Since Feb 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mrs2000/yii2-mts-communicator)[ Packagist](https://packagist.org/packages/mrssoft/yii2-mts-communicator)[ RSS](/packages/mrssoft-yii2-mts-communicator/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (7)Used By (0)

yii2-mts-communicator
=====================

[](#yii2-mts-communicator)

Extension for sending SMS through MTS Communicator M2M API

[![Latest Stable Version](https://camo.githubusercontent.com/42f455504b49cf376b8cf893a44bfa15c624d92b88c915c9ab7c10f9dac82f14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d7273736f66742f796969322d6d74732d636f6d6d756e696361746f722e737667)](https://packagist.org/packages/mrssoft/yii2-mts-communicator)[![PHP](https://camo.githubusercontent.com/b848f2d0ded616e95b9143e01d0db6c783319bb18f10cc48f3ba1737a7b408db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d7273736f66742f796969322d6d74732d636f6d6d756e696361746f722e737667)](https://camo.githubusercontent.com/b848f2d0ded616e95b9143e01d0db6c783319bb18f10cc48f3ba1737a7b408db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d7273736f66742f796969322d6d74732d636f6d6d756e696361746f722e737667)[![Total Downloads](https://camo.githubusercontent.com/f4d0529796c7ea016553a7b07b33b5b5a5562ebb8ddb2adeb20f94d24ff7774d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d7273736f66742f796969322d6d74732d636f6d6d756e696361746f722e737667)](https://camo.githubusercontent.com/f4d0529796c7ea016553a7b07b33b5b5a5562ebb8ddb2adeb20f94d24ff7774d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d7273736f66742f796969322d6d74732d636f6d6d756e696361746f722e737667)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist mrssoft/yii2-mts-communicator "*"

```

or add

```
"mrssoft/yii2-mts-communicator": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Configuration:

```
// API MTS Communicator version 2.1
'components' => [
    ...
    'mts' => [
        'class' => 'mrssoft\mts\Communicator',
        'token' => '',
        'naming' => 'BRAND'
    ]
    ....
]
```

Usage:

```
$mts = new Communicator();

$mts->sendMessage('Message', '79830000000');
$mts->sendMessages('Message', ['79830000000', '79830000001']);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity60

Established project with proven stability

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 ~59 days

Recently: every ~73 days

Total

6

Last Release

2351d ago

Major Versions

1.1.1 → 2.0.02019-12-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e69f6780ee8c8e5b2c10af66e1232ac3925766c6f2f83db1820f2ff9a590a62?d=identicon)[mrs2000](/maintainers/mrs2000)

---

Tags

smsyii2extensionmts

### Embed Badge

![Health badge](/badges/mrssoft-yii2-mts-communicator/health.svg)

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

###  Alternatives

[daixianceng/yii2-smser

Yii2 SMS extension

862.9k1](/packages/daixianceng-yii2-smser)[abhi1693/yii2-sms

Send Free Sms for Yii2

171.9k](/packages/abhi1693-yii2-sms)

PHPackages © 2026

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