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

ActiveLibrary[API Development](/categories/api)

pmilinvest/laravel-mondialrelay
===============================

Client Laravel pour l'API Mondial Relay

092[1 issues](https://github.com/dev-pmilinvest/laravel-mondialrelay/issues)PHP

Since Apr 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/dev-pmilinvest/laravel-mondialrelay)[ Packagist](https://packagist.org/packages/pmilinvest/laravel-mondialrelay)[ RSS](/packages/pmilinvest-laravel-mondialrelay/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)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 pmilinvest/laravel-mondialrelay
```

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

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 Pmilinvest\LaravelMondialRelay\Facades\LaravelMondialRelay;

$client = LaravelMondialRelay::client();

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

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/00df70b7aa23b311f0920e67678ff6e4d4976db53cbe0e47b5943faf87a6863a?d=identicon)[dev3.info](/maintainers/dev3.info)

---

Top Contributors

[![daubanet](https://avatars.githubusercontent.com/u/48470756?v=4)](https://github.com/daubanet "daubanet (2 commits)")

### Embed Badge

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

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

###  Alternatives

[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)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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