dev-master
9999999-dev
MIT
The Requires
- php >=5.4
- mangopay/php-sdk-v2 1.4.*
The Development Requires
by Michael Potienko
1.0.0
1.0.0.0
MIT
The Requires
- php >=5.4
- mangopay/php-sdk-v2 1.4.*
The Development Requires
by Michael Potienko
Wallogit.com
2017 © Pedro Peláez
Symgony bundle which adapts Mangopay php API., (*1)
Just add this line to composer:, (*2)
"melk/mangopay" : "dev-master"
Then add bundle to your AppKernel.php file:, (*3)
new Melk\MangopayBundle\MelkMangopayBundle(),
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)
MIT
MIT