PHPackages                             dansmaculotte/mondialrelay-php - 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. [API Development](/categories/api)
4. /
5. dansmaculotte/mondialrelay-php

ActiveLibrary[API Development](/categories/api)

dansmaculotte/mondialrelay-php
==============================

PHP SDK for MondialRelay Web Services

1.4.3(4y ago)714.1k↓67.8%3[1 PRs](https://github.com/dansmaculotte/mondialrelay-php/pulls)MITPHPPHP ^7.4||^8.0CI failing

Since Aug 1Pushed 4y ago2 watchersCompare

[ Source](https://github.com/dansmaculotte/mondialrelay-php)[ Packagist](https://packagist.org/packages/dansmaculotte/mondialrelay-php)[ Docs](https://github.com/DansMaCulotte/mondialrelay-php)[ RSS](/packages/dansmaculotte-mondialrelay-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (12)Used By (0)

Mondial Relay Web Services PHP SDK
==================================

[](#mondial-relay-web-services-php-sdk)

[![Latest Version](https://camo.githubusercontent.com/2ceee8bed5bb94103528897963c7a4db145e6b610e2fb575e68d4113a5feb5da/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f44616e734d6143756c6f7474652f6d6f6e6469616c72656c61792d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dansmaculotte/mondialrelay-php)[![Total Downloads](https://camo.githubusercontent.com/d185e54a8926a5aa951c72604393b32ac73a3a510a0d39c95c4c428d8591d665/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f44616e734d6143756c6f7474652f6d6f6e6469616c72656c61792d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dansmaculotte/mondialrelay-php)[![Build Status](https://camo.githubusercontent.com/a84e16e883058eaf2fc824d31520900f78101e77074654b32f52ccbe5e79ba4a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f44616e734d6143756c6f7474652f6d6f6e6469616c72656c61792d7068702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/dansmaculotte/mondialrelay-php)[![Quality Score](https://camo.githubusercontent.com/17306be0d0ba6f8d4bbfc0a586e837e8f9aa61e2362a2216183b4d0c02690d3b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f44616e734d6143756c6f7474652f6d6f6e6469616c72656c61792d7068702e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/dansmaculotte/mondialrelay-php)[![Code Coverage](https://camo.githubusercontent.com/dae317c495ee3bbd8fbed64b0807c10f0dd23c5e4f891d571395b9f338a30e27/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6769746875622f44616e734d6143756c6f7474652f6d6f6e6469616c72656c61792d7068702e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/dansmaculotte/mondialrelay-php)

> This library aims to facilitate the usage of Mondial Relay Web Services

Services
--------

[](#services)

- [Delivery Choice](https://api.mondialrelay.com/Web_Services.asmx?op=WSI4_PointRelais_Recherche)

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

[](#installation)

### Requirements

[](#requirements)

- PHP 7.4
- Soap Extension

You can install the package via composer:

```
composer require dansmaculotte/mondialrelay-php
```

Usage
-----

[](#usage)

[MondialRelay Documentation](https://www.mondialrelay.fr/media/108937/Solution-Web-Service-V5.6.pdf)

#### Find pickup points

[](#find-pickup-points)

```
use DansMaCulotte\MondialRelay\DeliveryChoice;

$delivery = new DeliveryChoice(
    [
        'site_id' => MONDIAL_RELAY_SITE_ID,
        'site_key' => MONDIAL_RELAY_SITE_KEY,
    ]
);

$result = $delivery->findPickupPoints('FR', '75001', 'FR');

print_r($result);
```

#### Find pickup points by code

[](#find-pickup-points-by-code)

```
use DansMaCulotte\MondialRelay\DeliveryChoice;

$delivery = new DeliveryChoice(
    [
        'site_id' => MONDIAL_RELAY_SITE_ID,
        'site_key' => MONDIAL_RELAY_SITE_KEY,
    ]
);

$result = $delivery->findPickupPointByCode('FR', '062049');

print_r($result);
```

License
-------

[](#license)

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

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity71

Established project with proven stability

 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

Every ~106 days

Recently: every ~221 days

Total

11

Last Release

1467d ago

PHP version history (2 changes)1.0.0PHP ^7.2

1.4.0PHP ^7.4||^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/498465?v=4)[Gaël Reyrol](/maintainers/GaelReyrol)[@gaelreyrol](https://github.com/gaelreyrol)

![](https://www.gravatar.com/avatar/777575bd441b3393f38a0865d5365a071c18e0989b5a4c9fc90426217876085a?d=identicon)[romain-dmc](/maintainers/romain-dmc)

---

Top Contributors

[![gaelreyrol](https://avatars.githubusercontent.com/u/498465?v=4)](https://github.com/gaelreyrol "gaelreyrol (12 commits)")

---

Tags

mondial-relayphpmondialrelaymondialrelay-webservices

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[magento/community-edition

Magento 2 (Open Source)

12.2k53.6k13](/packages/magento-community-edition)[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[viewflex/zoap

For quickly deploying SOAP services in Laravel and Lumen, with auto-discovery of WSDL definitions.

61196.1k](/packages/viewflex-zoap)

PHPackages © 2026

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