melk/mangopay

Installs: 122

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.0.0 2015-05-27 08:29 UTC

This package is auto-updated.

Last update: 2024-04-21 00:43:04 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