PHPackages                             wexperience/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. wexperience/laravel-mondialrelay

ActiveLibrary[API Development](/categories/api)

wexperience/laravel-mondialrelay
================================

Fork de Quentin BONTEMPS : Client Laravel pour l'API Mondial Relay

1.0.7(7y ago)05MITPHP

Since May 31Pushed 5y agoCompare

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

READMEChangelogDependencies (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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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

2585d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/53571404?v=4)[pierre-wexperience](/maintainers/pierre-wexperience)[@pierre-wexperience](https://github.com/pierre-wexperience)

---

Top Contributors

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

---

Tags

apilaravellaravel5mondial-relay

### Embed Badge

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

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

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

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

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)[dragon-code/laravel-json-response

Automatically always return a response in JSON format

1118.6k1](/packages/dragon-code-laravel-json-response)

PHPackages © 2026

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