MangopayBundle
Symgony bundle which adapts Mangopay php API., (*1)
Installation
Just add this line to composer:, (*2)
"melk/mangopay" : "dev-master"
Then add bundle to your AppKernel.php
file:, (*3)
new Melk\MangopayBundle\MelkMangopayBundle(),
Configuration
Create account on mangopay and add next information to your config.yml
:, (*4)
#app/config/config.yml
melk_mangopay:
client_id: your client id
password: your passphrase
sandbox: true (default) or false
To turn off sandbox mode just set sandbox parameter in the config file to false, (*5)