PHPackages                             fduch2k/yii-sms-manager - 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. fduch2k/yii-sms-manager

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fduch2k/yii-sms-manager
=======================

Yii Component for sending SMS with gateway balancing and events for low balance alert

0.1.4(11y ago)1971MITPHPPHP &gt;=5.1.0

Since Sep 11Pushed 11y ago2 watchersCompare

[ Source](https://github.com/fduch2k/yii-sms-manager)[ Packagist](https://packagist.org/packages/fduch2k/yii-sms-manager)[ RSS](/packages/fduch2k-yii-sms-manager/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (4)Used By (0)

SMS Manager for Yii 1.x framework with balancing, balance watching and notifications
====================================================================================

[](#sms-manager-for-yii-1x-framework-with-balancing-balance-watching-and-notifications)

This extension allows you setup several sms gateway with built-in balance watching and low balance or sending problems notification.

Instalation
-----------

[](#instalation)

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

Either run

```
php composer.phar require --prefer-dist fduch2k/yii-sms-manager "*"

```

or add

```
"fduch2k/yii-sms-manager": "*"
```

to the require section of your composer.json.

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

[](#configuration)

To use this extension, you have to configure the Connection class in your application configuration:

```
return array(
    //....
    'components' => array(
        'sms' => array(
            'class'=>'TSSmsManager',
            'alertPhone'=>'mobile phone number for sending sms with notification',
            'alertEmail'=>'email for sending notification',
            'gateways'=>array(
                array(
                    'class'=>'TSAtomParkGateway',
                    'sender'=>'senderid1',
                    'username'=>YOUR_USERNAME,
                    'password'=>YOUR_PASSWORD,
                ),
                array(
                    'class'=>'TSSmsFeedBackGateway',
                    'sender'=>'senderid2',
                    'username'=>YOUR_USERNAME,
                    'password'=>YOUR_PASSWORD,
                ),
            ),
        ),
    )
);
```

Usage
-----

[](#usage)

This code will send 2 sms to $phoneNumber1 - 'Hello, Alex. Your password is qwerty' and $phoneNumber2 - 'Hello, Peter! Your password is 123456'

```
Yii::app()->sms->send(
    array(
        array(
            $phoneNumber1=>array('Alex', 'qwerty'),
            $phoneNumber2=>array('Peter', '123456')
        )
    ),
    'Hello, %1%! Your password is %2%'
);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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 ~2 days

Total

3

Last Release

4256d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d9d5a14fba428b983f9dd4fd33a97146b68ffe51739784a5632ceea887c75e2?d=identicon)[fduch2k](/maintainers/fduch2k)

---

Top Contributors

[![fduch2k](https://avatars.githubusercontent.com/u/367574?v=4)](https://github.com/fduch2k "fduch2k (19 commits)")

---

Tags

smsyii epochtaatomparksmsfeedback

### Embed Badge

![Health badge](/badges/fduch2k-yii-sms-manager/health.svg)

```
[![Health](https://phpackages.com/badges/fduch2k-yii-sms-manager/health.svg)](https://phpackages.com/packages/fduch2k-yii-sms-manager)
```

###  Alternatives

[daixianceng/yii2-smser

Yii2 SMS extension

862.9k1](/packages/daixianceng-yii2-smser)[romka-chev/yii2-swiper

Yii2 extension for Swiper slider

1840.6k](/packages/romka-chev-yii2-swiper)[raoul2000/yii-simple-workflow

A simple workflow engine for Yii 1

278.2k](/packages/raoul2000-yii-simple-workflow)[romdim/yii2-bootstrap-material

Composer package for implementing FezVrasta's bootstrap material design in Yii2.

2010.9k3](/packages/romdim-yii2-bootstrap-material)

PHPackages © 2026

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