Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/karser/smsvestibundle
- Owner: karser
- License: mit
- Created: 2013-09-21T15:25:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-08T11:55:06.000Z (almost 11 years ago)
- Last Synced: 2024-10-11T13:12:45.448Z (about 1 month ago)
- Language: PHP
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```