📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Actively Maintained v5.2.2

MyParcel delivery for Magento 2

myparcelnl/magento

Integrates MyParcel delivery options into Magento 2. Facilitates shipping with MyParcel, but may not be compatible with all third-party checkout solutions.

55,195
Downloads
Below average
17
GitHub Stars
Below average
5d ago
Last Release
95
Open Issues
Build Issues
2/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
143 errors , 1081 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v5.2.2 on Magento 2.4.8-p3
Feb 5, 2026
v5.2.1 on Magento 2.4.8-p3
Jan 30, 2026
v5.2.0 on Magento 2.4.8-p3
Jan 19, 2026
v5.1.0 on Magento 2.4.8-p3
Dec 28, 2025

Looking for Contributors

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

MyParcel delivery for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

Magento Manual

For the manual and more information, please refer to our Magento Manual on the MyParcel Developer Portal.

Important notice about third-party checkouts

We support the default Magento checkout and the Hyvä checkout.

To install our Hyvä compatibility module via composer:

composer require hyva-themes/magento2-hyva-checkout-myparcelnl

Enable module

bin/magento setup:upgrade

This ensures that our plugin (version 5 or higher) works seamlessly with the Hyvä checkout, there are no additional settings or requirements.

:warning: Third-Party Checkouts Compatibility.

Other third party checkouts are not officially supported. Features such as Delivery Options or other functionalities might not work as expected.

We recommend testing the plugin’s functionality in your specific setup before fully implementing it.

Installation

Install using composer require.

composer require myparcelnl/magento

For developers

Clone this repository in app/code/MyParcelNL/Magento/ using git and run the following commands in the root directory of your Magento installation:

composer config repositories.myparcelnl/magento path app/code/MyParcelNL/Magento/
composer require myparcelnl/magento

This will install our SDK as a dependency.

You can install the SDK as a git repository as well: Clone MyParcelNL/Sdk in app/code/MyParcelNL/Sdk/ using git and run the following commands in the root directory of your Magento installation:

composer config repositories.myparcelnl/sdk path app/code/MyParcelNL/Sdk/
composer require myparcelnl/sdk

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.