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

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

koenigseggposche/yii2-sms
=========================

A sms extension for yii2 frameworks

0177PHP

Since Jun 1Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 sms
========

[](#yii2-sms)

This is a sms extension of Yii2 framewoks.

It can be used to send sms with different service providers in an easy way.

SMS Service Providers list:

```
创蓝(Chuanglan)：koenigseggposche\sms\target\ChuanglanTarget
国都(Guodu)：koenigseggposche\sms\target\GuoduTarget

```

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

[](#installation)

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

Either run

```
php composer.phar require koenigseggposche/yii2-sms "dev-master"

```

or add

```
"koenigseggposche/yii2-sms": "dev-master"

```

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

Usage
-----

[](#usage)

Configure Yii2 component:

```
[
    'components' => [
        'sms' => [
            'class' => 'koenigseggposche\sms\Sms',
            'targets' => [
                [
                    'class' => 'koenigseggposche\sms\target\ChuanglanTarget',
                ],
                [
                    'class' => 'koenigseggposche\sms\target\GuoduTarget',
                ],
            ],
        ],
    ],
];
```

Configure Yii2 param:

```
[
    'chuanglan' => [
        'url' => 'http://222.73.117.158/msg/HttpBatchSendSM',
        'account' => 'YOUR_ACCOUNT',
        'pswd' => 'YOUR_PASSWORD',
    ],
    'guodu' => [
        'url' => 'http://221.179.180.158:9008/HttpQuickProcess/submitMessageAll',
        'OperID' => 'YOUR_ACCOUNT',
        'OperPass' => 'YOUR_PASSWORD',
    ],
];
```

Send sms:

```

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[coderello/laravel-shared-data

Package for sharing data from Laravel to JavaScript.

31377.7k1](/packages/coderello-laravel-shared-data)[cloudfoundry-community/cf-helper-php

Cloudfoundry helper in php

1870.0k1](/packages/cloudfoundry-community-cf-helper-php)[friendsoftypo3/widgets

Dashboard Widgets Collection

1129.4k](/packages/friendsoftypo3-widgets)[rareloop/wp-router

Router

161.8k](/packages/rareloop-wp-router)

PHPackages © 2026

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