2017 © Pedro Peláez
 

symfony-bundle sms-api-bundle

SMSAPI.pl Bundle for Symfony2

image

mykrzysiu/sms-api-bundle

SMSAPI.pl Bundle for Symfony2

  • Monday, November 2, 2015
  • by MyKrzysiu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SMSAPIBundle

Usage Example

``` php $SMSAPIHandler = $this->get('smsapi')->login();, (*1)

Configuration config.yml example
-------------

``` yml        
#SMSAPI
my_krzysiu_smsapi:
    login: "mail@example.pl"
    password: "password"
    second_channel: false

Installation

Install via Composer

Add the following lines to your composer.json file and then run php composer.phar install or php composer.phar update:, (*2)

{
    "require": {
        "mykrzysiu/sms-api-bundle": "dev-master"

    }
}

Register the bundle

To start using the bundle, register it in app/AppKernel.php:, (*3)

public function registerBundles()
{
    $bundles = array(
        // Other bundles...
        new MyKrzysiu\SMSAPIBundle\MyKrzysiuSMSAPIBundle(),
    );
}

The Versions

02/11 2015

dev-master

9999999-dev

SMSAPI.pl Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

by Krzysztof Kobiela (MyKrzysiu)

smsapi