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

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

avator/yii2-turbosms
====================

Yii2 turbosms

1.0.9(8y ago)1030.5k↓50%14[1 issues](https://github.com/AVATOR/yii2-turbosms/issues)BSD-3-ClausePHP

Since Dec 12Pushed 7y ago3 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (11)Used By (0)

Yii2 turbosms
=============

[](#yii2-turbosms)

Yii2 send sms from Turbosms.ua by SOAP

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

[](#requirements)

- PHP &gt;=5.4.0
- Install and Enable `extension=php_soap.dll` in your `php.ini` file

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist avator/yii2-turbosms "*"

```

or add

```
"avator/yii2-turbosms": "*"

```

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

Subsequently, run

```
./yii migrate/up --migrationPath=@vendor/avator/yii2-turbosms/migrations

```

Basic setup
-----------

[](#basic-setup)

You should:

- registered account at
- add sender in page
- create login and password for soap api in page

### Configuration

[](#configuration)

Add the following in your config:

```
