2017 © Pedro Peláez
 

symfony-bundle mango-pay-bundle

Symfony 2 MangoPayBundle, a wrapper for MangoPay 2 Api

image

wemakecustom/mango-pay-bundle

Symfony 2 MangoPayBundle, a wrapper for MangoPay 2 Api

  • Friday, August 1, 2014
  • by LeoBenoist
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Getting Started With WeMakeCustom MangoPayBundle

A bundle to wrappe and simplify the use of Mango Pay 2 Api., (*1)

Use this bundle at your own risk., (*2)

Prerequisites

Symfony 2.3+
Php 4.4+

Installation

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

  1. Download MangoPayBundle using composer
  2. Enable the Bundle
  3. Configure your config.yml

Step 1: Download MangoPayBundle using composer

Add MangoPayBundle in your composer.json:, (*4)

{
    "require": {
        "wemakecustom/mango-pay-bundle": "dev-master"
    }
}

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

``` bash $ php composer.phar update wemakecustom/mango-pay-bundle, (*6)


### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new WMC\MangoPayBundle\WMCMangoPayBundle(), ); }

Step 3: Configure your config.yml

``` yaml, (*7)

app/config/config.yml

wmc_mongo_pay:, (*8)

```, (*9)

The Versions

01/08 2014

dev-master

9999999-dev http://www.wemakecustom.com

Symfony 2 MangoPayBundle, a wrapper for MangoPay 2 Api

  Sources   Download

MIT

The Requires

 

mangopay