A bundle to wrappe and simplify the use of Mango Pay 2 Api.
Use this bundle at your own risk.
Symfony 2.3+
Php 4.4+
Installation is a quick 3 step process:
- Download MangoPayBundle using composer
- Enable the Bundle
- Configure your config.yml
Add MangoPayBundle in your composer.json:
{
"require": {
"wemakecustom/mango-pay-bundle": "dev-master"
}
}
Now tell composer to download the bundle by running the command:
$ php composer.phar update wemakecustom/mango-pay-bundle
Enable the bundle in the kernel:
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new WMC\MangoPayBundle\WMCMangoPayBundle(),
);
}
# app/config/config.yml
wmc_mongo_pay: