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

ActiveYii2-extension

katanyoo/yii2-sms-sender
========================

This extension for send SMS to all number in Thailand

v1.0(9y ago)0931GPL-3.0+PHP

Since Apr 8Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (1)

SMS Sender
==========

[](#sms-sender)

This extension for send SMS to all number in Thailand

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

[](#installation)

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

Either run

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

```

or add

```
"katanyoo/yii2-sms-sender": "*"

```

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

Usage
-----

[](#usage)

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

```
return [
    //....
    'components' => [
        'smsSender' => [
            'class' => 'katanyoo\smssender\smsSender',
            'provider_endpoint' => '',
            'username' => '',
            'password'=> '',
        ]
    ],
];
```

You can then send an sms as follows:

```
Yii::$app->smsSender
     ->setMobileNo('08xxxxxxxx')
     ->setMessage('your message')
     ->send();
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3322d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

smsyii2extension

### Embed Badge

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

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

###  Alternatives

[daixianceng/yii2-smser

Yii2 SMS extension

862.9k1](/packages/daixianceng-yii2-smser)[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)
