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

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

myowncode/symfony-turbosms
==========================

Turbosms service client for Symfony applications

v1.0.4(7y ago)160[2 issues](https://github.com/tendallas/myowncode-turbosms-bundle/issues)MITPHPPHP &gt;=7.1.0

Since Dec 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/tendallas/myowncode-turbosms-bundle)[ Packagist](https://packagist.org/packages/myowncode/symfony-turbosms)[ Docs](https://github.com/tendallas/myowncode-turbosms-bundle.git)[ RSS](/packages/myowncode-symfony-turbosms/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (18)Versions (7)Used By (0)

Myowncode TurboSms Bundle
=========================

[](#myowncode-turbosms-bundle)

This bundle helps you to integrate with  service in Symfony4 project.

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

[](#installation)

### Composer

[](#composer)

You can use Composer for the automated process:

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

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

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

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

### Adding bundle to your application kernel

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

```
