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

ActiveLibrary[API Development](/categories/api)

kwaadpepper/laravel-mondialrelay
================================

Client Laravel pour l'API Mondial Relay

1.1.0(1y ago)051MITPHP

Since May 31Pushed 1y agoCompare

[ Source](https://github.com/Kwaadpepper/LaravelMondialRelay)[ Packagist](https://packagist.org/packages/kwaadpepper/laravel-mondialrelay)[ RSS](/packages/kwaadpepper-laravel-mondialrelay/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (13)Used By (0)

Laravel Client to use the MondialRelay API forked from QuentinBontemps/laravel-mondialrelay
===========================================================================================

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

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 cephee/laravel-mondialrelay
```

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

```
'providers' => [
    // ...
    \Cephee\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 Cephee\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

36

—

LowBetter than 82% of packages

Maintenance44

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 73.7% 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 ~224 days

Recently: every ~402 days

Total

12

Last Release

437d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d6fe69e010efceae2bd9a92eb6463139fff339c94c545b6b7b1210a00d963e4?d=identicon)[Kwaadpepper](/maintainers/Kwaadpepper)

---

Top Contributors

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

---

Tags

apilaravelmondial-relay

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/kwaadpepper-laravel-mondialrelay/health.svg)](https://phpackages.com/packages/kwaadpepper-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)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)

PHPackages © 2026

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