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

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

karser/sms-bundle
=================

Symfony SMSBundle

27921PHP

Since Feb 8Pushed 12y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (1)

Getting started with SMSBundle
==============================

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

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

[](#prerequisites)

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

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

[](#installation)

### Step 1: Download KarserSMSBundle using composer

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

Add KarserSMSBundle in your composer.json:

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

```
