laurentbrieu/mangopay

This package is abandoned and no longer maintained. No replacement package was suggested.

Composer wrapper for Mangopay v2 PHP library

1.0 2014-05-19 07:33 UTC

This package is not auto-updated.

Last update: 2016-02-11 11:58:05 UTC


README

Composer wrapper for the Mangopay v2 PHP library Library

Installation

Mangopay is installed via Composer. To install, simply add it to your composer.json file:

{
    "require": {
        "laurentbrieu/mangopay": "dev-master"
    }
}

And run composer to update your dependencies:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

Feedback

Please provide feedback! We want to make this library useful in as many projects as possible.

If you have Mangopay specific questions, please refer to Mangopay API Support Center.

Actively maintained by Laurent Brieu.