PHPackages                             agroxy/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. [API Development](/categories/api)
4. /
5. agroxy/yii2-sms

ActiveYii2-extension[API Development](/categories/api)

agroxy/yii2-sms
===============

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

1.0.0(9y ago)0127[1 PRs](https://github.com/Agroxy/yii2-sms/pulls)Apache-2.0

Since Apr 29Compare

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

READMEChangelogDependencies (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

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

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

3349d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c40f1f3c5cea595eff7291dbe542cd4a4f72dd29375ea86a31274881a8da752?d=identicon)[myorb](/maintainers/myorb)

---

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/agroxy-yii2-sms/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[avator/yii2-turbosms

Yii2 turbosms

1030.8k](/packages/avator-yii2-turbosms)

PHPackages © 2026

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