PHPackages                             mrssoft/yii2-sms - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. mrssoft/yii2-sms

ActiveYii2-extension[Mail &amp; Notifications](/categories/mail)

mrssoft/yii2-sms
================

Extension for sending SMS

1.1.2(1y ago)2102MITPHPPHP &gt;=8.0

Since Oct 29Pushed 1y ago1 watchersCompare

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

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

yii2-sms
========

[](#yii2-sms)

Extension for sending SMS

[![Latest Stable Version](https://camo.githubusercontent.com/95d6ed0c7ec291ec23ea150c279189f68fe6978d82f071bc7ded184dd07f81a6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d7273736f66742f796969322d736d732e737667)](https://packagist.org/packages/mrssoft/yii2-sms)[![PHP](https://camo.githubusercontent.com/0c1681af8657802a59317a1b741539962b54ee7f404a886361ebbe1b85b3a7a0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d7273736f66742f796969322d736d732e737667)](https://camo.githubusercontent.com/0c1681af8657802a59317a1b741539962b54ee7f404a886361ebbe1b85b3a7a0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d7273736f66742f796969322d736d732e737667)[![Total Downloads](https://camo.githubusercontent.com/3f330dba5c35bc6f0831887e0cc57cb2d8ae17e69d46d0eef1a2f38eaaf6336c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d7273736f66742f796969322d736d732e737667)](https://camo.githubusercontent.com/3f330dba5c35bc6f0831887e0cc57cb2d8ae17e69d46d0eef1a2f38eaaf6336c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d7273736f66742f796969322d736d732e737667)

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-sms "*"

```

or add

```
"mrssoft/yii2-sms": "*"

```

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

Usage
-----

[](#usage)

Configuration:

```
'components' => [
    ...
    'sms' => [
        'class' => 'mrssoft\sms\drivers\tele2\Sms',
        'apiUrl' => 'https://target.t2.ru/api/v2/',
        'login' => '',
        'password' => '',
        'naming' => 'BRAND',
    ],
    ...
    'sms' => [
        'class' => 'mrssoft\sms\drivers\mts\Sms',
        'token' => '',
        'naming' => 'BRAND',
    ],
    ....
]
```

Usage:

```
Yii::$app->sms->sendMessage('Message', '79830000000');
Yii::$app->sms->sendMessages('Message', ['79830000000', '79830000001']);
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

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

Recently: every ~185 days

Total

6

Last Release

561d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.1

1.0.1PHP &gt;=8.0

### Community

Maintainers

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

---

Tags

smsyii2extensionmtsTele2sms-center

### Embed Badge

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

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

###  Alternatives

[nterms/yii2-mailqueue

Email queue component for yii2 that works with yii2-swiftmailer.

87129.2k2](/packages/nterms-yii2-mailqueue)[odaialali/yii2-toastr

This is the Toastr extension for Yii 2. It encapsulates Toastr plugin in terms of Yii widgets, and makes ajax notification easy to implement.

1486.3k](/packages/odaialali-yii2-toastr)

PHPackages © 2026

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