PHPackages                             setono/sylius-miinto-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. setono/sylius-miinto-plugin

ActiveSylius-plugin[Utility &amp; Helpers](/categories/utility)

setono/sylius-miinto-plugin
===========================

Sylius integration with Miinto

v0.1.3(6y ago)03.7k1[2 PRs](https://github.com/Setono/SyliusMiintoPlugin/pulls)MITPHPPHP ^7.2CI failing

Since Jul 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Setono/SyliusMiintoPlugin)[ Packagist](https://packagist.org/packages/setono/sylius-miinto-plugin)[ RSS](/packages/setono-sylius-miinto-plugin/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (37)Versions (7)Used By (0)

Sylius Miinto Plugin
====================

[](#sylius-miinto-plugin)

[![Latest Version](https://camo.githubusercontent.com/4058102f17c4dcf4818ccd94c45cbea022d3749f63b7762c135e6f4771b01f6b/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d6d69696e746f2d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-miinto-plugin)[![Latest Unstable Version](https://camo.githubusercontent.com/a9c295e58106256456ef7928fa7587766a391624e606a1bc54ec8b030061e4e7/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d6d69696e746f2d706c7567696e2f762f756e737461626c65)](https://packagist.org/packages/setono/sylius-miinto-plugin)[![Software License](https://camo.githubusercontent.com/cbb862bce55ba380299e18ffabf95ece30ccb9fbd0f936c3d94f603e3e558d64/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d6d69696e746f2d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/SyliusMiintoPlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusMiintoPlugin/actions)[![Code Coverage](https://camo.githubusercontent.com/3a372d4eff23b86e74f773e2a03d567c51f6050d65d002454fbd9200c37504d7/68747470733a2f2f636f6465636f762e696f2f67682f5365746f6e6f2f53796c6975734d69696e746f506c7567696e2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Setono/SyliusMiintoPlugin)

Implements Miintos [Order API](http://www.integrations.miinto.net/order-api) into your Sylius store.

Installation
------------

[](#installation)

### Step 1: Download the plugin

[](#step-1-download-the-plugin)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require setono/sylius-miinto-plugin
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Step 2: Enable the plugin

[](#step-2-enable-the-plugin)

Then, enable the plugin by adding it to the list of registered plugins/bundles in `config/bundles.php` file of your project before (!) `SyliusGridBundle` and `FrameworkBundle`:

```
