dev-master
9999999-dev http://www.wemakecustom.comSymfony 2 MangoPayBundle, a wrapper for MangoPay 2 Api
MIT
The Requires
- php >=5.4.0
 - symfony/framework-bundle >=2.3
 - mangopay/mangopay2-php-sdk *
 
by Léo Benoist
mangopay
                         Wallogit.com
                    
                    2017 © Pedro Peláez
                    
                    
                    
                    
                
                
            
Symfony 2 MangoPayBundle, a wrapper for MangoPay 2 Api
A bundle to wrappe and simplify the use of Mango Pay 2 Api., (*1)
Use this bundle at your own risk., (*2)
Symfony 2.3+ Php 4.4+
Installation is a quick 3 step process:, (*3)
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(), ); }
``` yaml, (*7)
wmc_mongo_pay:, (*8)
```, (*9)
Symfony 2 MangoPayBundle, a wrapper for MangoPay 2 Api
MIT
mangopay