PHPackages                             fmdd/sylius-mondial-relay-plugin - 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. fmdd/sylius-mondial-relay-plugin

ActiveSylius-plugin

fmdd/sylius-mondial-relay-plugin
================================

Sylius plugin for Mondial Relay.

v1.0.3(1y ago)0350MITPHPPHP ^8.0

Since Nov 3Pushed 1y agoCompare

[ Source](https://github.com/SFMDD/SyliusMondialRelayPlugin)[ Packagist](https://packagist.org/packages/fmdd/sylius-mondial-relay-plugin)[ RSS](/packages/fmdd-sylius-mondial-relay-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Sherlockode SyliusMondialRelayPlugin
====================================

[](#sherlockode-syliusmondialrelayplugin)

---

[ ![](https://camo.githubusercontent.com/6109377d98805c4477ef387f0c9757b19dce9829b21523c2a526da33692c0583/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f736865726c6f636b6f64652f73796c6975732d6d6f6e6469616c2d72656c61792d706c7567696e) ](https://packagist.org/packages/sherlockode/sylius-mondial-relay-plugin "License")[ ![](https://camo.githubusercontent.com/5098850f6dbdb2b16a3c36126e75a6baa58cbcebf76be84568a134445b8eba25/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736865726c6f636b6f64652f73796c6975732d6d6f6e6469616c2d72656c61792d706c7567696e) ](https://packagist.org/packages/sherlockode/sylius-mondial-relay-plugin "Version")[ ![](https://camo.githubusercontent.com/ee9dc51ffa19b49a5d4cc7ef374ca11debdf51084fb8f220b54d7bebbf936f92/68747470733a2f2f706f7365722e707567782e6f72672f736865726c6f636b6f64652f73796c6975732d6d6f6e6469616c2d72656c61792d706c7567696e2f646f776e6c6f616473)](https://packagist.org/packages/sherlockode/sylius-mondial-relay-plugin "Total Downloads")[ ![Support](https://camo.githubusercontent.com/e2e1becf96ac10cfcfae03397fd7c605cca341564088ccd453d91e1d2024a14b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f737570706f72742d636f6e74616374253230617574686f722d626c7565253544)](https://www.sherlockode.fr/contactez-nous/?utm_source=github&utm_medium=referral&utm_campaign=plugins_mondial_relay)

Table of Content
----------------

[](#table-of-content)

---

- [Overview](#overview)
- [Installation](#installation)
    - [Usage](#usage)
- [Demo](#demo-sylius-shop)
- [License](#license)
- [Contact](#contact)

Overview
========

[](#overview)

---

This plugin enables Mondial Relay shipping method on your Sylius website.

[![image](https://user-images.githubusercontent.com/12657400/222396640-ecdf3c1d-7532-4ee9-85d7-44bdf628936c.png)](https://user-images.githubusercontent.com/12657400/222396640-ecdf3c1d-7532-4ee9-85d7-44bdf628936c.png)

---

Installation
============

[](#installation)

---

Install the plugin with composer:

```
$ composer require sherlockode/sylius-mondial-relay-plugin
```

Complete the configuration:

```
# config/packages/sherlockode_sylius_mondial_relay.yaml

sherlockode_sylius_mondial_relay:
    wsdl: The mondial relay WSDL
    merchant_id: Your merchant ID
    private_key: Your private key
```

Import routing:

```
# config/routes.yaml

sherlockode_sylius_mondial_relay_plugin:
    resource: "@SherlockodeSyliusMondialRelayPlugin/Resources/config/routing.xml"
```

In your Shipment entity, import the `PickupPointTrait`:

```
