PHPackages                             pantera/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pantera/yii2-sms

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

pantera/yii2-sms
================

Sms sending extension

1.1.2(8y ago)0975PHPPHP &gt;=5.4.0

Since Nov 13Pushed 8y ago2 watchersCompare

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

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

Yii2 SMS extension
==================

[](#yii2-sms-extension)

[![Latest Stable Version](https://camo.githubusercontent.com/b43540d152fde90345b133709c768c1804b29d8f1af350f83b60b81c97e2ae6d/68747470733a2f2f706f7365722e707567782e6f72672f70616e746572612f796969322d736d732f762f737461626c65)](https://packagist.org/packages/pantera/yii2-sms)[![Total Downloads](https://camo.githubusercontent.com/d938e1f5fb8595187f20a6ea27052a340234f8326e01273ab2178bb6f4c736a1/68747470733a2f2f706f7365722e707567782e6f72672f70616e746572612f796969322d736d732f646f776e6c6f616473)](https://packagist.org/packages/pantera/yii2-sms)[![License](https://camo.githubusercontent.com/6899f03b43a8c9e9258975103e49600ae1f6165d45aa682a25a1c9912b742d21/68747470733a2f2f706f7365722e707567782e6f72672f70616e746572612f796969322d736d732f6c6963656e7365)](https://packagist.org/packages/pantera/yii2-sms)

This extension is designed to send sms messages through different services and protocols.

- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)

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

[](#installation)

```
composer require pantera/yii2-sms
```

Configuration
-------------

[](#configuration)

```
//...
'components'    => [
//...
    'sms'   =>  [
        'class' => 'pantera\sms\Sms',
        'services'  => [
            // File
            'file'  => [
                'class' => 'pantera\sms\services\File'
            ],
            // smsonline.ru
            'smsonline' =>  [
                'class'     =>  'pantera\sms\services\SmsOnline',
                'login'     => 'your login',
                'password'  => 'your password'
            ],
            // see more src/services
        ]
    ]
//...
],
//...
```

Usage
-----

[](#usage)

```
//...
Yii::$app->sms->send('phone number', 'Lily Was Here');
//...
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 82.4% 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 ~268 days

Total

5

Last Release

3125d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d8bf12ffc8de0f7c6fb8301b997056f758fcb7e13c8b6a71f868b99975dd123?d=identicon)[numkms](/maintainers/numkms)

---

Top Contributors

[![omnilight](https://avatars.githubusercontent.com/u/3306537?v=4)](https://github.com/omnilight "omnilight (14 commits)")[![numkms](https://avatars.githubusercontent.com/u/22604903?v=4)](https://github.com/numkms "numkms (3 commits)")

---

Tags

smsyii2

### Embed Badge

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

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

###  Alternatives

[daixianceng/yii2-smser

Yii2 SMS extension

862.9k1](/packages/daixianceng-yii2-smser)[saviorlv/yii2-dysms

Aliyun SMS SDK for Yii2

1316.5k1](/packages/saviorlv-yii2-dysms)[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)
