2017 © Pedro Peláez
 

symfony-bundle smsvesti-bundle

Symfony SMSVestiBundle

image

karser/smsvesti-bundle

Symfony SMSVestiBundle

  • Saturday, February 8, 2014
  • by karser
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Getting started with SMSVestiBundle

SMSVesti, (*1)

Prerequisites

This version of the bundle requires Symfony 2.1+ and Doctrine ORM 2.2+, (*2)

Installation

Installation is a quick 3 step process:, (*3)

  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:, (*4)

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

Now tell composer to download the bundle by running the command:, (*5)

``` bash $ php ./composer.phar update, (*6)


Composer will install the bundle to your project's `vendor/karser` directory. ### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Karser\SMSVestiBundle\KarserSMSVestiBundle(), ); }

Step 3: Configure the KarserSMSVestiBundle

Add the following configuration to your config.yml file according to which type of datastore you are using., (*7)

``` yaml, (*8)

app/config/config.yml

karser_sms_vesti: login: "%sms_vesti_login%" password: "%sms_vesti_password%", (*9)


``` yaml # app/config/parameters.yml parameters: sms_vesti_login: ~ sms_vesti_password: ~

Usage Steps

Basic usage

You can check the balance by cli command:, (*10)

$ app/console smsvesti:balance
> Balance is 6.45

The Versions

08/02 2014

dev-master

9999999-dev

Symfony SMSVestiBundle

  Sources   Download

MIT

The Requires

 

by Dmitry Poddubny

smsvesti