PHPackages                             karser/smsvesti-bundle - 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. karser/smsvesti-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

karser/smsvesti-bundle
======================

Symfony SMSVestiBundle

022PHP

Since Feb 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/karser/SMSVestiBundle)[ Packagist](https://packagist.org/packages/karser/smsvesti-bundle)[ RSS](/packages/karser-smsvesti-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Getting started with SMSVestiBundle
===================================

[](#getting-started-with-smsvestibundle)

[SMSVesti](http://smsvesti.ru/)

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 2.1+ and Doctrine ORM 2.2+

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

[](#installation)

Installation is a quick 3 step process:

1. Download KarserSMSVestiBundle using composer
2. Enable the Bundle
3. Configure the KarserSMSVestiBundle

### Step 1: Download KarserSMSVestiBundle using composer

[](#step-1-download-karsersmsvestibundle-using-composer)

Add KarserSMSVestiBundle in your composer.json:

```
{
    "require": {
        "karser/smsvesti-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php ./composer.phar update
```

Composer will install the bundle to your project's `vendor/karser` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
