PHPackages                             gud3/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. gud3/yii2-sms

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

gud3/yii2-sms
=============

The message sender. The package includes sending for service turbosms.

1.0.0(9y ago)1594Apache-2.0PHP

Since Apr 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gud3/yii2-sms)[ Packagist](https://packagist.org/packages/gud3/yii2-sms)[ RSS](/packages/gud3-yii2-sms/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Sms sender
==========

[](#sms-sender)

The message sender. The package includes sending for service TurboSMS, SmsAPI.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist gud3/yii2-sms "*"

```

or add

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

```

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

Usage
-----

[](#usage)

To use this extension, simply add the following code in your application configuration:

sender name for turbo sms by default 'Msg'

```
return [
    //....
    'components' => [
        'sms' => [
            'class' => 'gud3\sms\Client',
            'sender' => 'Display name',
            'service' => [
                'class' => 'gud3\sms\Services\SmsApi', // or TurboSms
                'login' => '***',
                'password' => '***',
            ],
        ],
    ],
];
```

You can then send an sms in queue as follows:

```
Yii::$app->sms->send('+**********', 'This is text of test message');
Yii::$app->sms->send(['+**********', '+**********'], 'This is text of test message');
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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

Unknown

Total

1

Last Release

3346d ago

### Community

Maintainers

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

---

Top Contributors

[![gud3](https://avatars.githubusercontent.com/u/16295609?v=4)](https://github.com/gud3 "gud3 (4 commits)")[![ElisDN](https://avatars.githubusercontent.com/u/1673552?v=4)](https://github.com/ElisDN "ElisDN (1 commits)")

---

Tags

smsyii2turbosmssms sender

### Embed Badge

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

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

###  Alternatives

[avator/yii2-turbosms

Yii2 turbosms

1030.8k](/packages/avator-yii2-turbosms)[daixianceng/yii2-smser

Yii2 SMS extension

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

Aliyun SMS SDK for Yii2

1316.8k1](/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)
