Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karser/smsvestibundle

Symfony2 bundle to work with http://smsvesti.ru/
https://github.com/karser/smsvestibundle

Last synced: 9 days ago
JSON representation

Symfony2 bundle to work with http://smsvesti.ru/

Awesome Lists containing this project

README

        

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

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

## Prerequisites

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

## 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

Add KarserSMSVestiBundle in your composer.json:

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

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

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

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

### Step 2: Enable the bundle

Enable the bundle in the kernel:

``` php
Balance is 6.45
```