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

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

karser/mainsms-bundle
=====================

Symfony MainSMSBundle

2.0.x-dev(13y ago)0901MITPHPPHP &gt;=5.3.2

Since May 5Pushed 12y ago1 watchersCompare

[ Source](https://github.com/karser/MainSMSBundle)[ Packagist](https://packagist.org/packages/karser/mainsms-bundle)[ RSS](/packages/karser-mainsms-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

Getting started with MainSMSBundle
==================================

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

[MainSMS](http://mainsms.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 KarserMainSMSBundle using composer
2. Enable the Bundle
3. Configure the KarserMainSMSBundle

### Step 1: Download KarserMainSMSBundle using composer

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

Add KarserMainSMSBundle in your composer.json:

```
{
    "require": {
        "karser/mainsms-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:

```
