PHPackages                             kop/yii2-turbosms - 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. kop/yii2-turbosms

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

kop/yii2-turbosms
=================

A Yii2 component for working with TurboSMS.ua SOAP service

1.0.2(11y ago)13.1kMITPHPPHP &gt;=5.4.0

Since Sep 5Pushed 11y ago1 watchersCompare

[ Source](https://github.com/kop/yii2-turbosms)[ Packagist](https://packagist.org/packages/kop/yii2-turbosms)[ Docs](http://kop.github.io/yii2-turbosms/)[ RSS](/packages/kop-yii2-turbosms/feed)WikiDiscussions master Synced 3d ago

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

Yii2 TurboSMS
=============

[](#yii2-turbosms)

[TurboSMS component](http://kop.github.io/yii2-turbosms) gives you an ability to send SMS messages via TurboSMS.ua SMS gateway.

This component is built with use of [TurboSMS SOAP service](http://turbosms.ua/soap.html).

[![Latest Stable Version](https://camo.githubusercontent.com/7946daafd2331a81cd9e5899e2862de7a2a9f5ca64beef57c35fd3725697502e/68747470733a2f2f706f7365722e707567782e6f72672f6b6f702f796969322d747572626f736d732f762f737461626c652e737667)](https://packagist.org/packages/kop/yii2-turbosms)[![Code Climate](https://camo.githubusercontent.com/aa574dbdaffd6c4bcc4ae08f41163f1621748f2b1e6054da898b35b2d6e291fa/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6b6f702f796969322d747572626f736d732e706e67)](https://codeclimate.com/github/kop/yii2-turbosms)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/739c43d51bede4d422a4027acdf158d5fdbba434abda708b3530bd58c7493c2c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6f702f796969322d747572626f736d732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/kop/yii2-turbosms/?branch=master)[![Version Eye](https://camo.githubusercontent.com/73092b111859db3394e5bb1ecc78dcaf7e9617b5c293ee4ca9fd3e3ac079726c/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f6b6f703a796969322d747572626f736d732f62616467652e737667)](https://www.versioneye.com/php/kop:yii2-turbosms)[![License](https://camo.githubusercontent.com/38d901e3dfa4ef6be3aabf34c955e4464d6d33de62cf6ad5cd14cb3f48708520/68747470733a2f2f706f7365722e707567782e6f72672f6b6f702f796969322d747572626f736d732f6c6963656e73652e737667)](https://packagist.org/packages/kop/yii2-turbosms)

Requirements
------------

[](#requirements)

- Yii 2.0
- PHP 5.4
- PHP extension `SOAP`

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

[](#installation)

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

Either run

`php composer.phar require kop/yii2-turbosms "dev-master"`

or add

` "kop/yii2-turbosms": "dev-master"`

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

Setup
-----

[](#setup)

All you need is to declare a new component in your application configuration file like follows:

```
return [
    ...
    'components' => [
        ...
        'sms' => [
            'class' => '\kop\y2ts\TurboSMS',
            'username' => '>'
            'password' => '>',
            'alphaName' => 'MyWebsite',
        ]
        ...
    ]
    ...
];
```

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

[](#configuration)

#### `username`

[](#username)

The username used for authentication on TurboSMS SOAP service.

#### `password`

[](#password)

The password used for authentication on TurboSMS SOAP service.

#### `alphaName`

[](#alphaname)

The name that users will see as the message sender name.

Usage
-----

[](#usage)

As simple as:

```
Yii::$app->sms->send(['+380501234567', '+380502345678'], 'Hello world!');
```

Please refer to the class documentation for more methods and options.

Report
------

[](#report)

- Report any issues [on the GitHub](https://github.com/kop/yii2-scroll-pager/issues).

License
-------

[](#license)

**yii2-turbosms** is released under the MIT License. See the bundled `LICENSE.md` for details.

Resources
---------

[](#resources)

- [Project Page](http://kop.github.io/yii2-turbosms)
- [Packagist Package](https://packagist.org/packages/kop/yii2-turbosms)
- [Source Code](https://github.com/kop/yii2-turbosms)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Every ~22 days

Total

3

Last Release

4222d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b906a707040b98f857e7d0a4578bbb99f0b27aed4b46380f9cd0a8cd202e00b1?d=identicon)[kop](/maintainers/kop)

---

Top Contributors

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

---

Tags

smssoapyii2turbosms

### Embed Badge

![Health badge](/badges/kop-yii2-turbosms/health.svg)

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

###  Alternatives

[avator/yii2-turbosms

Yii2 turbosms

1030.5k](/packages/avator-yii2-turbosms)[daixianceng/yii2-smser

Yii2 SMS extension

862.9k1](/packages/daixianceng-yii2-smser)[saviorlv/yii2-dysms

Aliyun SMS SDK for Yii2

1316.5k1](/packages/saviorlv-yii2-dysms)[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)
