Skip to content

MyKrzysiu/SMSAPIBundle

Repository files navigation

SMSAPIBundle

Usage Example

$SMSAPIHandler = $this->get('smsapi')->login();

Configuration config.yml example

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

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

    }
}

Register the bundle

To start using the bundle, register it in app/AppKernel.php:

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

About

Bundle that helps use smsapi.pl in Symfony2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published