PHPackages                             sersid/yii2-smsaero - 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. sersid/yii2-smsaero

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

sersid/yii2-smsaero
===================

Integration of SMS-messages to yii2 application

1.1.0(5y ago)15321BSD-3-ClausePHP

Since Nov 11Pushed 5y ago1 watchersCompare

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

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

Yii2 Sms Aero
=============

[](#yii2-sms-aero)

Integration of SMS-messages to yii2 application

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

[](#installation)

### One

[](#one)

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

Either run

```
php composer.phar require --prefer-dist sersid/yii2-smsaero "dev-master"
```

or add

```
"sersid/yii2-smsaero": "dev-master"

```

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

### Two

[](#two)

```
$config = [
    ...
    'components' => [
        ...
        'sms' => [
            'class' => 'sersid\smsaero\SmsAero',
            'user' => 'username',
            //'password' => '*****',
            'api_key' => 'paste_your_api_key' // use api_key or password
            'sender' => 'SMS Aero', // default sender
        ],
    ]
];
```

### Three

[](#three)

Read the documentation

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

#### Send message

[](#send-message)

```
Yii::$app->sms->send('798765543210', 'Message'); //@see Send message method
```

#### Checking the status of the sent message

[](#checking-the-status-of-the-sent-message)

```
Yii::$app->sms->status(123456);
```

#### Balance

[](#balance)

```
Yii::$app->sms->balance(); // ['balance' => '30.00']
```

#### Available senders

[](#available-senders)

```
Yii::$app->sms->senders(); // ['INFORM', 'MY_SENDER', '...']
```

#### Request new signature

[](#request-new-signature)

```
Yii::$app->sms->sign('new sender');
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% 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 ~2275 days

Total

2

Last Release

1925d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/77a31670802cfdc8cee69547ed5c8f1f92c7b79ace1dfa18ecb7aec30a9dd6e5?d=identicon)[Sersid](/maintainers/Sersid)

---

Top Contributors

[![Sersid](https://avatars.githubusercontent.com/u/2066261?v=4)](https://github.com/Sersid "Sersid (14 commits)")[![wa1kb0y](https://avatars.githubusercontent.com/u/5966172?v=4)](https://github.com/wa1kb0y "wa1kb0y (1 commits)")

---

Tags

smsyii2extension

### Embed Badge

![Health badge](/badges/sersid-yii2-smsaero/health.svg)

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

###  Alternatives

[daixianceng/yii2-smser

Yii2 SMS extension

862.9k1](/packages/daixianceng-yii2-smser)[avator/yii2-turbosms

Yii2 turbosms

1030.5k](/packages/avator-yii2-turbosms)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[abhi1693/yii2-sms

Send Free Sms for Yii2

171.9k](/packages/abhi1693-yii2-sms)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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