PHPackages                             polem/mango-pay-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. polem/mango-pay-client

ActiveLibrary[Payment Processing](/categories/payments)

polem/mango-pay-client
======================

0.1-alpha(12y ago)076MITPHP

Since Aug 30Pushed 12y ago1 watchersCompare

[ Source](https://github.com/polem/MangoPayClient)[ Packagist](https://packagist.org/packages/polem/mango-pay-client)[ RSS](/packages/polem-mango-pay-client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

MangoPay Client
===============

[](#mangopay-client)

Introduction
------------

[](#introduction)

MangoPay is the global and leading API solution to accept online payments and manage e-money for marketplaces, crowdfunding and collaborative ... This non-official client is based on Guzzle

Installation
------------

[](#installation)

```
php composer.phar require polem/mango-pay-client

```

Usage
-----

[](#usage)

```
require_once __DIR__ . '/vendor/autoload.php';

use MangoPay\Client;

$client = Client::factory(array(
    'partner_id'              => 'parterId',
    'url'                     => 'http://api-preprod.leetchi.com',
    'version'                 => 'v1',
    'private_key_path'        => 'file://'. __DIR__ . '/pkey.pem',
    'private_key_pass_phrase' => '',
));

$user = array(
    'FirstName'   => 'Doe',
    'LastName'    => 'John',
    'Email'       => 'johndoe@gmail.com',
    'Nationality' => 'FR',
    'Birthday'    => 1300186358,
    'PersonType'  => 'NATURAL_PERSON'
);

$user = $client->CreateAUser($user);
echo $user;
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4687d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d444ecab52ec8712e306979ceba2be619b19114723651b30dd73d10b6c28c1f?d=identicon)[polem](/maintainers/polem)

---

Top Contributors

[![polem](https://avatars.githubusercontent.com/u/379985?v=4)](https://github.com/polem "polem (15 commits)")

### Embed Badge

![Health badge](/badges/polem-mango-pay-client/health.svg)

```
[![Health](https://phpackages.com/badges/polem-mango-pay-client/health.svg)](https://phpackages.com/packages/polem-mango-pay-client)
```

###  Alternatives

[zfr/zfr-stripe

PHP library for interacting with the Stripe REST API

4392.6k1](/packages/zfr-zfr-stripe)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
