PHPackages                             webmechanica/yii2-sms\_ru - 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. webmechanica/yii2-sms\_ru

ActiveYii2-extension

webmechanica/yii2-sms\_ru
=========================

Yii2 extension for sms.ru

1.1.4(6y ago)012MITPHPPHP &gt;=5.4.0

Since Mar 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/webmechanica/yii2-sms_ru)[ Packagist](https://packagist.org/packages/webmechanica/yii2-sms_ru)[ Docs](https://github.com/webmechanica/yii2-sms_ru)[ RSS](/packages/webmechanica-yii2-sms-ru/feed)WikiDiscussions master Synced 2d ago

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

yii2-sms\_ru
============

[](#yii2-sms_ru)

[Yii2](http://www.yiiframework.com) extension for [sms.ru](http://sms.ru)

Первоначально пакет был создан [Александром Зелениным](https://github.com/zelenin). Но впоследствии пакет был удален. Выложен только потому, что используется в проектах компании "Вебмеханика".

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

[](#installation)

### Composer

[](#composer)

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

Either run

```
php composer.phar require webmechanica/yii2-sms_ru "dev-master"

```

or add

```
"webmechanica/yii2-sms_ru": "dev-master"

```

to the require section of your composer.json

Add code in your components section of application configuration:

```
'sms' => [
	'class' => 'webmechanica\yii\extensions\Sms',
	'api_id' => ''
],

```

or:

```
'sms' => [
	'class' => 'webmechanica\yii\extensions\Sms',
	'api_id' => '',
	'login' => '',
	'password' => ''
],

```

Usage
-----

[](#usage)

SMS sending:

```
\Yii::$app->sms->sms_send( '', '' );

```

[Full methods list](https://github.com/webmechanica/sms_ru/blob/master/readme.md)

Author
------

[](#author)

[Aleksandr Zelenin](https://github.com/zelenin/), e-mail:

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

2246d ago

### Community

Maintainers

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

---

Tags

smsyii2yiisms.ru

### Embed Badge

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

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

###  Alternatives

[tuyakhov/yii2-notifications

The extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also be stored in a database so they may be displayed in your web interface.

6735.5k2](/packages/tuyakhov-yii2-notifications)[brussens/yii2-maintenance-mode

Maintenance mode component for Yii framework 2.x.x version.

78256.3k5](/packages/brussens-yii2-maintenance-mode)

PHPackages © 2026

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