melk / mangopay
Installs: 123
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4
- mangopay/php-sdk-v2: 1.4.*
Requires (Dev)
- phpunit/phpunit: 3.*
This package is auto-updated.
Last update: 2025-01-21 02:11:01 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