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

ActiveLibrary[API Development](/categories/api)

quentinbontemps/laravel-mondialrelay
====================================

Client Laravel pour l'API Mondial Relay

1.0.7(7y ago)61.1k4MITPHP

Since May 31Pushed 7y ago3 watchersCompare

[ Source](https://github.com/QuentinBontemps/LaravelMondialRelay)[ Packagist](https://packagist.org/packages/quentinbontemps/laravel-mondialrelay)[ RSS](/packages/quentinbontemps-laravel-mondialrelay/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

Laravel Client to use the MondialRelay API
==========================================

[](#laravel-client-to-use-the-mondialrelay-api)

Description
-----------

[](#description)

This package uses [QuentinBontemps/php-mondialrelay-api](https://github.com/QuentinBontemps/php-mondialrelay-api).

This client allow to use the [Mondial Relay Soap API](https://api.mondialrelay.com/Web_Services.asmx) with Laravel.

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6
- php-soap extension

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

[](#installation)

```
composer require quentinbontemps/laravel-mondialrelay
```

If you're on Laravel 5.4 or earlier, you'll need to add the following to your `config/app.php` :

```
'providers' => [
    // ...
    \QuentinBontemps\LaravelMondialRelay\LaravelMondialRelayServiceProvider::class,
],
```

Configuration
-------------

[](#configuration)

You need configure your MondialRelay ids :

You have two solutions :

- `.env` :

    - MONDIAL\_RELAY\_ENVIRONMENT=demo|prod (DEFAULT : demo)
    - MONDIAL\_RELAY\_SITE\_ID=xxx
    - MONDIAL\_RELAY\_SITE\_KEY=xxx
    - MONDIAL\_RELAY\_WSDL=XXX (DEFAULT : [https://api.mondialrelay.com/Web\_Services.asmx?WSDL](https://api.mondialrelay.com/Web_Services.asmx?WSDL))
- publish config file :

```
php artisan vendor:publish --tag=laravel_mondialrelay_config
```

Usage
-----

[](#usage)

```
use QuentinBontemps\LaravelMondialRelay\Facades\LaravelMondialRelay;

$client = LaravelMondialRelay::client();

$shops = $client->findDeliveryPoints([
    'Pays'            => 'FR',
    'Ville'           => 'Paris',
    'CP'              => '75000',
    'DelaiEnvoi'      => "0",
    'RayonRecherche'  => '20',
    'NombreResultats' => '10',
]);
```

Contribution
------------

[](#contribution)

Contributions are always welcome.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

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 ~53 days

Recently: every ~77 days

Total

7

Last Release

2586d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/893448a308dbfccc01d6e8dc7060e521fea72c4a0674a7780215102b75b68023?d=identicon)[QuentinBontemps](/maintainers/QuentinBontemps)

---

Top Contributors

[![QuentinBontemps](https://avatars.githubusercontent.com/u/4568504?v=4)](https://github.com/QuentinBontemps "QuentinBontemps (14 commits)")

---

Tags

laravelmondial-relaymondialrelay-apiphpapilaravellaravel5mondial-relay

### Embed Badge

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

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

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)[nilportugues/laravel5-json-api-dingo

Laravel5 JSONAPI and Dingo together to build APIs fast

311.5k](/packages/nilportugues-laravel5-json-api-dingo)

PHPackages © 2026

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