PHPackages                             waaz/sylius-dpd-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. waaz/sylius-dpd-plugin

ActiveSylius-plugin[Mail &amp; Notifications](/categories/mail)

waaz/sylius-dpd-plugin
======================

This DPD plugin enables you to easily print shipping labels and show available pickup locations for customers to choose from.

0.3(7mo ago)267MITPHPPHP ^8.0

Since Sep 29Pushed 7mo ago2 watchersCompare

[ Source](https://github.com/StudioWaaz/SyliusDpdPlugin)[ Packagist](https://packagist.org/packages/waaz/sylius-dpd-plugin)[ RSS](/packages/waaz-sylius-dpd-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (35)Versions (4)Used By (0)

[![Logo](github.png)](github.png)

[![GitHub Workflow Status](https://camo.githubusercontent.com/b4b7c6e75e0503e967b8c6fd3beace7263b05232ebc32c77edd86678ec56b35b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f53747564696f5761617a2f53796c697573447064506c7567696e2f6275696c642e796d6c3f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/b4b7c6e75e0503e967b8c6fd3beace7263b05232ebc32c77edd86678ec56b35b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f53747564696f5761617a2f53796c697573447064506c7567696e2f6275696c642e796d6c3f7374796c653d666f722d7468652d6261646765)

WaazSyliusDpdPlugin
===================

[](#waazsyliusdpdplugin)

This plugin allows you to generate shipping labels for DPD carrier.

Features
--------

[](#features)

- Shipping label export (for classic, predict &amp; relay shipping)

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

[](#installation)

**Prerequisite**: you must first configure/install the `bitbag/shipping-export-plugin` &amp; `setono/sylius-pickup-point-plugin`

Install plugin with composer

```
composer require waaz/sylius-dpd-plugin
```

Add plugin dependencies to your `config/bundles.php` file:

```
return [
    ...

    Waaz\SyliusDpdPlugin\WaazSyliusDpdPlugin::class => ['all' => true],
];
```

Configuration
-------------

[](#configuration)

`DPD_API_PICKUP_POINTS_KEY` should be set if you wish to use pickup point deliveries.

You can configure this plugin by creating a file `config/packages/waaz_sylius_dpd_plugin`:

```
# Defaults values
waaz_sylius_dpd:
    sandbox: true  # Sandbox mode
    weight_unit: 'g' # 'g' or 'kg'. Weight unit you use in your shop
```

Running Tests
-------------

[](#running-tests)

- PHPSpec

```
vendor/bin/phpspec run
```

- Behat (non-JS scenarios)

```
vendor/bin/behat --strict --tags="~@javascript"
```

- Behat (JS scenarios)

    1. [Install Symfony CLI command](https://symfony.com/download).
    2. Start Headless Chrome:

    ```
    google-chrome-stable --enable-automation --disable-background-networking --no-default-browser-check --no-first-run --disable-popup-blocking --disable-default-apps --allow-insecure-localhost --disable-translate --disable-extensions --no-sandbox --enable-features=Metal --headless --remote-debugging-port=9222 --window-size=2880,1800 --proxy-server='direct://' --proxy-bypass-list='*' http://127.0.0.1
    ```

    3. Install SSL certificates (only once needed) and run test application's webserver on `127.0.0.1:8080`:

    ```
    symfony server:ca:install
    APP_ENV=test symfony server:start --port=8080 --dir=tests/Application/public --daemon
    ```

    4. Run Behat:

    ```
    vendor/bin/behat --strict --tags="@javascript"
    ```
- Psalm

    ```
    vendor/bin/psalm
    ```
- PHPStan

```
vendor/bin/phpstan analyse -c phpstan.neon -l max src/
```

- Coding Standard

```
vendor/bin/ecs check src
```

Author
------

[](#author)

- [@ehibes](https://www.github.com/ehibes) for [Studio Waaz](https://www.studiowaaz.com)

License
-------

[](#license)

This plugin's source code is completely free and released under the terms of the MIT license.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance68

Regular maintenance activity

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~367 days

Total

3

Last Release

219d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/be807124a2589dd8893abd7ce74a78a443e45f1c7c8ca135eb05e21c1a5191c7?d=identicon)[ehibes](/maintainers/ehibes)

---

Top Contributors

[![ehibes](https://avatars.githubusercontent.com/u/487124?v=4)](https://github.com/ehibes "ehibes (25 commits)")

---

Tags

syliusshippingsylius-pluginlabelsdpdpickup

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/waaz-sylius-dpd-plugin/health.svg)

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

###  Alternatives

[tilleuls/sylius-click-n-collect-plugin

Click and Collect plugin for Sylius, to sell and deliver securely during the COVID-19 pandemic.

7814.2k](/packages/tilleuls-sylius-click-n-collect-plugin)[bitbag/mailchimp-plugin

MailChimp plugin for Sylius.

4463.9k](/packages/bitbag-mailchimp-plugin)[synolia/sylius-mail-tester-plugin

Mail Tester Plugin.

14142.2k1](/packages/synolia-sylius-mail-tester-plugin)[odiseoteam/sylius-mailchimp-plugin

Plugin for Sylius to add Mailchimp ecommerce features

1015.2k](/packages/odiseoteam-sylius-mailchimp-plugin)[webgriffe/sylius-akeneo-plugin

Plugin allowing to import products data from Akeneo PIM to your Sylius store.

2477.8k](/packages/webgriffe-sylius-akeneo-plugin)[webgriffe/sylius-table-rate-shipping-plugin

Provides table rate shipping calculator.

1490.4k](/packages/webgriffe-sylius-table-rate-shipping-plugin)

PHPackages © 2026

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