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

ActiveSymfony-bundle

avator/symfony-turbosms
=======================

Symfony2/3 send sms from Turbosms.ua by SOAP Edit

1.0(8y ago)1162BSD-3-ClausePHPPHP &gt;=5.4

Since May 18Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

AVATORTurbosmsBundle
====================

[](#avatorturbosmsbundle)

This bundle helps you to send sms in Symfony2/3 project.

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

[](#installation)

### Composer

[](#composer)

Download LexxpavlovSettingsBundle and its dependencies to the vendor directory.

You can use Composer for the automated process:

```
$ composer require avator/symfony-turbosms
```

or manually add link to bundle into your `composer.json` and run `$ composer update`:

```
{
    "require" : {
        "avator/symfony-turbosms": "~1.0"
    }
}
```

Composer will install bundle to `vendor/avator/symfony-turbosms` directory.

### Adding bundle to your application kernel

[](#adding-bundle-to-your-application-kernel)

```
