PHPackages                             sem-soft/yii2-smsru - 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. sem-soft/yii2-smsru

ActiveYii2-components

sem-soft/yii2-smsru
===================

Yii2 component for sending SMS messages via SMS.RU service

1.0.6(8y ago)0481BSD-3-ClausePHPPHP &gt;=5.4.0

Since Mar 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/sem-soft/yii2-smsru)[ Packagist](https://packagist.org/packages/sem-soft/yii2-smsru)[ RSS](/packages/sem-soft-yii2-smsru/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

Yii2 component for sending SMS messages via SMS.RU service
==========================================================

[](#yii2-component-for-sending-sms-messages-via-smsru-service)

Install by composer
-------------------

[](#install-by-composer)

composer require sem-soft/yii2-smsru

Or add this code into require section of your composer.json and then call composer update in console
----------------------------------------------------------------------------------------------------

[](#or-add-this-code-into-require-section-of-your-composerjson-and-then-call-composer-update-in-console)

"sem-soft/yii2-smsru": "\*"

Usage
-----

[](#usage)

In configuration file do

```
return[
  ...
  'components' => [
      ...
      'sms' =>  [
        'class' =>  'sem\smsru\Sms',
        'api_id'=>  '',
        'oneSmsCost'=>	0.94
      ],
      ...
  ],
  ...
];
```

In code use example

```
$smsResponse = Yii::$app->sms->send("8903XXXXXXX",  "Hello, Guy!");
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~72 days

Recently: every ~89 days

Total

6

Last Release

2968d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d9af7e5fdcfc54bf68442d0abe5b46d93b5133406d5d1bbbdc16744b31b688b?d=identicon)[sem](/maintainers/sem)

---

Top Contributors

[![sem-soft](https://avatars.githubusercontent.com/u/6681346?v=4)](https://github.com/sem-soft "sem-soft (2 commits)")

### Embed Badge

![Health badge](/badges/sem-soft-yii2-smsru/health.svg)

```
[![Health](https://phpackages.com/badges/sem-soft-yii2-smsru/health.svg)](https://phpackages.com/packages/sem-soft-yii2-smsru)
```

PHPackages © 2026

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