PHPackages                             edzima/yii2-adescom - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. edzima/yii2-adescom

ActiveLibrary[HTTP &amp; Networking](/categories/http)

edzima/yii2-adescom
===================

Yii2 Module for send SMS from ADESCOM

1.0.7(2y ago)054MITPHPPHP &gt;=7.4

Since Sep 24Pushed 2y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (5)Versions (9)Used By (0)

Yii 2 Adescom Module
====================

[](#yii-2-adescom-module)

Component for Send SMS from Adescom.

### Install

[](#install)

Either run

```
$ php composer.phar require edzima/yii2-adescom

```

or add

```
"edzima/yii2-adescom": "^0.1"

```

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

### Configuration

[](#configuration)

```
'components' => [
    'sms' => [
        'class' => 'Edzima\Yii2Adescom\AdescomSoap',
        'login' => 'your_login',
        'password' => 'your_password',
        // overwrite default
        'composeConfig' => [
            'class' => 'Edzima\Yii2Adescom\models\SmsSendRequest',
            'overwriteSrc' => 'EDZIMA'
        ],
        'wsdlHost' => 'other.host.com',
        'keySessionIdCache' => null // disable cache sessionId
        'loginDuration' => 7200,
    ]
    // ...
]
```

### Usage

[](#usage)

Compose from Array

```
$message = Yii::$app->sms->compose([
	'message' => 'Test',
	'src' => 'Src',
	'dst' => 'Dst',
	'overwriteSrc' => 'Overwrite',
	'maxRetryCount' => 1,
	'retryInterval' => 60,
	]
);
```

OR Compose from Object

```
$message = Yii->$app->sms->compose()
    ->setSrc('Source Number')
    ->setOverwriteSrc('Overwrite Text')
    ->setDst('Destination Number')
    ->setRetryInterval(60)
    ->setMaxRetryCount(1)
    ->setMessage('Message Text');
```

Send Message

```
$smsId = Yii->$app->sms->send($message);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Recently: every ~171 days

Total

8

Last Release

1001d ago

PHP version history (2 changes)1.0.0PHP ^7.4

1.0.7PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/309126acb1688a316785bb4c0cd23262a0e6fbc6303485f7bb2e0af7ffdda3a8?d=identicon)[edzima](/maintainers/edzima)

---

Top Contributors

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

---

Tags

phpsmsyii2

###  Code Quality

TestsCodeception

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/edzima-yii2-adescom/health.svg)

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

###  Alternatives

[zhuravljov/yii2-rest

Yii2 REST Client

1186.2k](/packages/zhuravljov-yii2-rest)[tunecino/yii2-nested-rest

Adds nested resources routing support along with related actions and relationship handlers to the Yii RESTful API framework

4815.8k](/packages/tunecino-yii2-nested-rest)

PHPackages © 2026

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