2017 © Pedro Peláez
 

library billogram-bundle

image

jongotlin/billogram-bundle

  • Wednesday, March 30, 2016
  • by jongotlin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

BillogramBundle

This bundle lets you use Billogram in your Symfony application., (*1)

Installation

$ composer require jongotlin/billogram-bundle

Composer will install the bundle to jongotlin/billogram-bundle directory., (*2)

Add the bundle to your application kernel

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new JGI\BillogramBundle\JGIBillogramBundle(),
        // ...
    );
}

Configuration

# app/config/config.yml
jgi_billogram:
    id: %billogram_id%
    password: %billogram_password%
    sandbox_id: %billogram_sandbox_id%
    sandbox_password: %billogram_sandbox_password%
    sandbox: %billogram_sandbox%
# app/config/parameters.yml
billogram_id: "5367-fl60Ku6p"
billogram_password: "d4934454228e704eef26e8d621d1461b"
billogram_sandbox_id: "1725-dqst7op6"
billogram_sandbox_password: "da2e4561a99e74f7872222ad310b81ac"
billogram_sandbox: true
$this->getContainer()->get('jgi.billogram'); // Billogram\Api

The Versions

30/03 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

01/02 2016

dev-datacollector

dev-datacollector

  Sources   Download

MIT

The Requires

 

30/01 2016

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires