PHPackages                             mangoweb-sylius/sylius-shipment-export-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. mangoweb-sylius/sylius-shipment-export-plugin

Abandoned → [3brs/sylius-shipment-export-plugin](/?search=3brs%2Fsylius-shipment-export-plugin)Sylius-plugin[Utility &amp; Helpers](/categories/utility)

mangoweb-sylius/sylius-shipment-export-plugin
=============================================

Shipping export plugin for Sylius

v0.4.0(6y ago)27.8k11MITPHPPHP ^7.1CI failing

Since Jan 31Pushed 1y ago2 watchersCompare

[ Source](https://github.com/mangoweb-sylius/SyliusShipmentExportPlugin)[ Packagist](https://packagist.org/packages/mangoweb-sylius/sylius-shipment-export-plugin)[ RSS](/packages/mangoweb-sylius-sylius-shipment-export-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (25)Versions (5)Used By (1)

 [ ![](https://avatars0.githubusercontent.com/u/38423357?s=200&v=4) ](https://www.mangoweb.cz/en/)

Shipment Export Plugin
 [ ![](https://camo.githubusercontent.com/36f33cfc8efc492ac2e36393264c1c9d9e40f7a99976f61bc4449644e7ce00e0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e676f7765622d73796c6975732f73796c6975732d736869706d656e742d6578706f72742d706c7567696e2e737667) ](https://packagist.org/packages/mangoweb-sylius/sylius-shipment-export-plugin "License") [ ![](https://camo.githubusercontent.com/b2d9227d1b2f6ca965b84a373fbe51cd460a9e031271171d5cfec965d417096b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d616e676f7765622d73796c6975732f73796c6975732d736869706d656e742d6578706f72742d706c7567696e2e737667) ](https://packagist.org/packages/mangoweb-sylius/sylius-shipment-export-plugin "Version") [ ![](https://camo.githubusercontent.com/459ca8ea690d2e3401fd18955e99d4a687cbb0abdf51a1fc88aa647b432de8cd/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d616e676f7765622d73796c6975732f53796c697573536869706d656e744578706f7274506c7567696e2f6d61737465722e737667) ](http://travis-ci.org/mangoweb-sylius/SyliusShipmentExportPlugin "Build status")
========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#shipment-export-plugin------------------------------------------------)

Features
--------

[](#features)

- See list of all ready to ship orders (offline payment method or payment completed for non offline method)
- Mark more orders at once as shipped
- Download CSV for submitting batch shipments with Geis
- Download CSV for submitting batch shipments with Czech Post
- You can easily extend the module to support custom CSV format for other shipping providers

 [![](https://raw.githubusercontent.com/mangoweb-sylius/SyliusShipmentExportPlugin/master/doc/menu.png)](https://raw.githubusercontent.com/mangoweb-sylius/SyliusShipmentExportPlugin/master/doc/menu.png)

 [![](https://raw.githubusercontent.com/mangoweb-sylius/SyliusShipmentExportPlugin/master/doc/list.png)](https://raw.githubusercontent.com/mangoweb-sylius/SyliusShipmentExportPlugin/master/doc/list.png)

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

[](#installation)

1. Run `$ composer require mangoweb-sylius/sylius-shipment-export-plugin`.
2. Register `\MangoSylius\ShipmentExportPlugin\MangoSyliusShipmentExportPlugin` in your Kernel.
3. Import `@MangoSyliusShipmentExportPlugin/Resources/config/routing.yml` in the routing.yml.

```
mango_sylius_shipment_export_plugin:
    resource: "@MangoSyliusShipmentExportPlugin/Resources/config/routing.yml"
    prefix: /admin

```

### Usage

[](#usage)

You can use predefined CSV type for shipment providers Geis and Czech Post) or write your own exporter.

Your custom exporter has to implement `MangoSylius\ShipmentExportPlugin\Model\ShipmentExporterInterface`and must be defined as service. Check out our sample implementations.

Predefined shipping providers:

- Czech post

```
MangoSylius\ShipmentExportPlugin\Model\CeskaPostaShipmentExporter:
    public: true
    arguments:
        $currencyConverter: '@sylius.currency_converter'
    tags:
        - name: mango_sylius.shipment_exporter_type
          type: 'ceska_posta'
          label: 'Česká pošta'

```

- Geis

```
MangoSylius\ShipmentExportPlugin\Model\GeisShipmentExporter:
    public: true
    arguments:
        $currencyConverter: '@sylius.currency_converter'
    tags:
        - name: mango_sylius.shipment_exporter_type
          type: 'geis'
          label: 'Geis'

```

Development
-----------

[](#development)

### Usage

[](#usage-1)

- Develop your plugin in `/src`
- See `bin/` for useful commands

### Testing

[](#testing)

After your changes you must ensure that the tests are still passing.

```
$ composer install
$ bin/phpstan.sh
$ bin/ecs.sh
```

License
-------

[](#license)

This library is under the MIT license.

Credits
-------

[](#credits)

Developed by [manGoweb](https://www.mangoweb.eu/).

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.2% 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 ~188 days

Total

3

Last Release

2282d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2500352?v=4)[Johan Hornof](/maintainers/hornofj)[@hornofj](https://github.com/hornofj)

![](https://avatars.githubusercontent.com/u/13216499?v=4)[Vašo](/maintainers/VasoOppelt)[@VasoOppelt](https://github.com/VasoOppelt)

---

Top Contributors

[![ondrej-kuhnel](https://avatars.githubusercontent.com/u/6840281?v=4)](https://github.com/ondrej-kuhnel "ondrej-kuhnel (15 commits)")[![hornofj](https://avatars.githubusercontent.com/u/2500352?v=4)](https://github.com/hornofj "hornofj (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mangoweb-sylius-sylius-shipment-export-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/mangoweb-sylius-sylius-shipment-export-plugin/health.svg)](https://phpackages.com/packages/mangoweb-sylius-sylius-shipment-export-plugin)
```

###  Alternatives

[sylius/refund-plugin

Plugin provides basic refunds functionality for Sylius application.

691.7M14](/packages/sylius-refund-plugin)[stefandoorn/sitemap-plugin

Sitemap Plugin for Sylius

851.0M](/packages/stefandoorn-sitemap-plugin)[friendsofsylius/sylius-import-export-plugin

import / export plugin for Sylius.

119405.2k](/packages/friendsofsylius-sylius-import-export-plugin)[monsieurbiz/sylius-rich-editor-plugin

A Rich Editor plugin for Sylius.

75380.8k6](/packages/monsieurbiz-sylius-rich-editor-plugin)[synolia/sylius-scheduler-command-plugin

Scheduler Command Plugin.

34361.5k](/packages/synolia-sylius-scheduler-command-plugin)[odiseoteam/sylius-blog-plugin

This plugin add blog capabilities to your Sylius project

37104.5k](/packages/odiseoteam-sylius-blog-plugin)

PHPackages © 2026

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