2017 © Pedro Peláez
 

symfony-bundle mangopay

image

melk/mangopay

  • Wednesday, May 27, 2015
  • by dmelk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 114 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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)

The Versions

27/05 2015

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Potienko

27/05 2015

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Potienko