PHPackages                             relaypoint/mondialrelay - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. relaypoint/mondialrelay

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

relaypoint/mondialrelay
=======================

Relay point search for Mondial Relay

v1.0.0(11y ago)132MITPHPPHP &gt;=5.3.3

Since Jan 17Pushed 11y ago1 watchersCompare

[ Source](https://github.com/pfeyssaguet/relaypoint-mondialrelay)[ Packagist](https://packagist.org/packages/relaypoint/mondialrelay)[ RSS](/packages/relaypoint-mondialrelay/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

RelayPoint gateway for Mondial Relay
====================================

[](#relaypoint-gateway-for-mondial-relay)

Mondial Relay relay point search

[![Latest Version](https://camo.githubusercontent.com/08dffbcd5090f7461ffeab160073b95d3797de155dbba9b80c77389c69199abf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f70666579737361677565742f72656c6179706f696e742d6d6f6e6469616c72656c61792e7376673f7374796c653d666c61742d737175617265)](https://github.com/pfeyssaguet/relaypoint-mondialrelay/releases)[![Software License](https://camo.githubusercontent.com/f251623e510f5909f16ae3f4e6e548dac11340b9fde1a99be26b015b39272c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/3636c22ca306ce7cfbb60cf365f3b4746073a38376175a2a282647601f6712f3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f70666579737361677565742f72656c6179706f696e742d6d6f6e6469616c72656c61792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/pfeyssaguet/relaypoint-mondialrelay)[![Coverage Status](https://camo.githubusercontent.com/82ae39fbc05679095189e49f9689295cfd10c8e4b32f24ff4ec95115ff6a74f9/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f70666579737361677565742f72656c6179706f696e742d6d6f6e6469616c72656c61792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/pfeyssaguet/relaypoint-mondialrelay/code-structure)[![Quality Score](https://camo.githubusercontent.com/e68ca8836bc6eb79d7dcf076982ed0ee2ae85fa2544ee2677da9579c8ddcf0ad/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f70666579737361677565742f72656c6179706f696e742d6d6f6e6469616c72656c61792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/pfeyssaguet/relaypoint-mondialrelay)

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

[](#installation)

Install via [Composer](http://getcomposer.org/). To install, simply add it to your `composer.json` file:

```
{
    "require": {
        "relaypoint/mondialrelay": "~1.0"
    }
}
```

And run composer to update your dependencies:

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

```

Usage
-----

[](#usage)

```
$o = (new GatewayFactory())->create('MondialRelay');
$o->setParameter('login', 'your login or enseigne code');
$o->setParameter('privateKey', 'your private key');

$a = $o->search(array('zip' => '75004', 'serviceCode' => '24R', 'weight' => 12000));

var_dump($a);
```

Testing
-------

[](#testing)

```
$ phpunit
```

Credits
-------

[](#credits)

- [Pierre Feyssaguet](https://github.com/pfeyssaguet)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

4130d ago

### Community

Maintainers

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

---

Top Contributors

[![pfeyssaguet](https://avatars.githubusercontent.com/u/4067735?v=4)](https://github.com/pfeyssaguet "pfeyssaguet (11 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/relaypoint-mondialrelay/health.svg)

```
[![Health](https://phpackages.com/badges/relaypoint-mondialrelay/health.svg)](https://phpackages.com/packages/relaypoint-mondialrelay)
```

PHPackages © 2026

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