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

071[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 2d 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

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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