melk / mangopay
1.0.0
2015-05-27 08:29 UTC
Requires
- php: >=5.4
- mangopay/php-sdk-v2: 1.4.*
Requires (Dev)
- phpunit/phpunit: 3.*
This package is auto-updated.
Last update: 2026-02-21 04:18:15 UTC
README
Symgony bundle which adapts Mangopay php API.
#Installation Just add this line to composer:
"melk/mangopay" : "dev-master"
Then add bundle to your AppKernel.php file:
new Melk\MangopayBundle\MelkMangopayBundle(),
#Configuration
Create account on mangopay and add next information to your config.yml:
#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