# myparcelbe/magento

> A Magento 2 module that creates MyParcel labels

`composer require myparcelbe/magento`

Canonical URL: https://packagento.com/myparcelbe/magento

## At a glance

- **Vendor**: myparcelbe (https://packagento.com/myparcelbe.md)
- **Latest version**: 4.15.5 — released 2026-05-19
- **Pricing**: Free
- **Package type**: Magento 2 module
- **Status**: active, accepting new buyers

## Installation

Packagento is licence-gated, so even free packages need a licence on a project before Composer can resolve them.

1. **Sign in or create an account** at https://packagento.com/customer/account/.

2. **Add the package to your account.** Open https://packagento.com/myparcelbe/magento and complete the free checkout. A licence is minted automatically.

3. **Create or pick a project, then activate the licence on it.**
   - Projects represent the Magento installs you deploy to. Manage them at https://packagento.com/projects/.
   - Activate the new licence on the project you'll deploy this package to. Activation is what generates the Composer credentials scoped to that project.

4. **Add the project credentials to your Magento codebase.**

   Grab the project's public + private key from https://packagento.com/projects/ (open the project, then its Credentials tab), and add them to `auth.json`:

   ```json
   {
     "http-basic": {
       "packagento.com": {
         "username": "ppk_live_...",
         "password": "psk_live_..."
       }
     }
   }
   ```

   Add the Packagento Composer repository to `composer.json`:

   ```json
   {
     "repositories": [
       { "type": "composer", "url": "https://packagento.com" }
     ]
   }
   ```

5. **Install and apply.**

   ```bash
   composer require myparcelbe/magento:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## What it does

A Magento 2 module that creates MyParcel labels

## README

Voor de handleiding en meer informatie, zie onze [Magento handleiding] op de [MyParcel Developer Portal].

[Magento handleiding]: https://developer.myparcel.nl/nl/documentatie/13.magento2.html
[MyParcel Developer Portal]: https://developer.myparcel.nl

## Changelog

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 4.15.5 (2026-05-19)

#### Bug Fixes

* use the correct track and trace links in order grid


### 4.15.4 (2026-03-13)

#### Bug Fixes

* remove non-functional myparcel shipping rates from admin pages


### 4.15.3 (2025-08-05)

#### Bug Fixes

* **ordergrid** prevent older numeric tracktrace numbers from breaking the order grid


### 4.15.2 (2025-03-31)

#### :bug: Bug Fixes

* update translations


### 4.15.1 (2024-10-14)

#### :bug: Bug Fixes

* **checkout:** set shipping price based on current address


### [4.15.0](https://github.com/myparcelnl/magento/compare/v4.14.4...v4.15.0) (2024-06-10)


#### :bug: Bug Fixes

* **checkout:** fix mailbox options ([#844](https://github.com/myparcelnl/magento/issues/844)) ([495ea80](https://github.com/myparcelnl/magento/commit/495ea806b057745435e2ab38566a7548fefbf7e7))


#### :sparkles: New Features

* add mailbox to dpd ([#843](https://github.com/myparcelnl/magento/issues/843)) ([0fbd8ee](https://github.com/myparcelnl/magento/commit/0fbd8eef099f7f21b03d8bafe0c99a78680d801b))
* change large package name ([#845](https://github.com/myparcelnl/magento/issues/845)) ([50fc945](https://github.com/myparcelnl/magento/commit/50fc945806d85ccee1ee3038f577a3e3015ce026))

### [4.14.4](https://github.com/myparcelnl/magento/compare/v4.14.3...v4.14.4) (2024-05-13)


#### :bug: Bug Fixes

* **checkout:** show nicer messages in delivery options ([#842](https://github.com/myparcelnl/magento/issues/842)) ([ae71d80](https://github.com/myparcelnl/magento/commit/ae71d80aa542ca1d700b01fd3fa7e91f013cdf06))
* **checkout:** stabilise choosing pickup point ([#841](https://github.com/myparcelnl/magento/issues/841)) ([aaa21d4](https://github.com/myparcelnl/magento/commit/aaa21d4c3bc12ceaad50ca6b5aef058ddf9bd006))
* **export:** allow signature or only_recipient for be ([#840](https://github.com/myparcelnl/magento/issues/840)) ([8c10cc3](https://github.com/myparcelnl/magento/commit/8c10cc3e886e231f2a661e189c697c5cf31a0b9b))

### [4.14.3](https://github.com/myparcelnl/magento/compare/v4.14.2...v4.14.3) (2024-04-22)


#### :bug: Bug Fixes

* **checkout:** work with bbp and do6 from cdn ([#837](https://github.com/myparcelnl/magento/issues/837)) ([c560351](https://github.com/myparcelnl/magento/commit/c560351cd8e0810489f270dd527d56b0f8971abb))
* prevent camel cased options from breaking order detail page ([#838](https://github.com/myparcelnl/magento/issues/838)) ([bc8cff4](https://github.com/myparcelnl/magento/commit/bc8cff4ce27b48d6e7f0ee823a80b1c21a1c2ac6))

### [4.14.2](https://github.com/myparcelnl/magento/compare/v4.14.1...v4.14.2) (2024-04-04)


#### :bug: Bug Fixes

* add delivery options 6 ([#835](https://github.com/myparcelnl/magento/issues/835)) ([a253bcc](https://github.com/myparcelnl/magento/commit/a253bccf75ae825eae19cee3e2b48eaedc8279c7))

### [4.14.1](https://github.com/myparcelnl/magento/compare/v4.14.0...v4.14.1) (2024-04-02)


#### :bug: Bug Fixes

* **migration:** allow migration to run with invalid scopes present ([#834](https://github.com/myparcelnl/magento/issues/834)) ([6eb73f6](https://github.com/myparcelnl/magento/commit/6eb73f62d9adc31fb3da8891ca2a962122d47d68))

### [4.14.0](https://github.com/myparcelnl/magento/compare/v4.13.0...v4.14.0) (2024-03-29)


#### :sparkles: New Features

* add international bbp ([#826](https://github.com/myparcelnl/magento/issues/826)) ([f9d0b63](https://github.com/myparcelnl/magento/commit/f9d0b63458cb14cc470cd371b552bd8ef9cea17f))
* add price surcharge option ([#828](https://github.com/myparcelnl/magento/issues/828)) ([b3cee24](https://github.com/myparcelnl/magento/commit/b3cee24472831ff5386ecd035051e39c638dffdd))
* include delivery options 6 ([#830](https://github.com/myparcelnl/magento/issues/830)) ([82a41e3](https://github.com/myparcelnl/magento/commit/82a41e38b549da28934bf675fc5a66b4a360f458))

_(Changelog truncated for .md surface. Full history on https://packagento.com/myparcelbe/magento.)_

## Recent Versions

| Version | Released |
|---|---|
| 4.15.5 | 2026-05-19 |
| 4.15.4 | 2026-03-13 |
| 4.15.3 | 2025-08-05 |
| 4.15.2 | 2025-03-31 |
| 4.15.1 | 2024-10-14 |
| 4.15.0 | 2024-09-16 |
| 4.1.8 | 2021-09-01 |
| 4.1.7 | 2021-08-23 |
| 3.1.1-beta.1 | 2021-02-03 |
| 3.0.0-beta.4 | 2020-04-15 |

Showing 10 of 16 versions. Full release history on https://packagento.com/myparcelbe/magento.

## Dependencies

### Require

| Package | Constraint |
|---|---|
| magento/framework | >=101.0.8 <102 \|\| >=102.0.1 |
| myparcelnl/sdk | ^v7.13.1 |
| php | ^7.2 \|\| ^8.0 |

### Require (dev)

| Package | Constraint |
|---|---|
| phpunit/phpunit | ^4.8 |

## Quality

Latest release (4.15.5) fails the Packagento QA pipeline. Verdicts below are per-cell (Magento line × PHP version) for the matrixed tools, and run-once for the static / security tiers.


### Compatibility

Each Magento line is installed on its supported PHP versions, then the module is built (DI compile + static-content deploy). Cells show passed / failed / untested; staircase gaps render as `–`.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | Pass | Pass | – | – |
| 2.4.8 | – | Pass | 1 | – |
| 2.4.9 | – | – | 1 | 1 |


### Code Quality

Advisory checks against the module's source. Never affect the Compatibility verdict — a phpcs finding can't make a module incompatible.

#### Static Analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Fail | 490 | 101 errors, 389 warnings (ruleset: Magento2) — 131 auto-fixable with phpcbf |
| PHPMD | Warning | 45 | 45 rule violations (UnusedFormalParameter:11, CyclomaticComplexity:6, ExcessiveClassComplexity:6, NPathComplexity:5, ExcessiveMethodLength:5) |
| Cpd | Pass | 0 |  |
| Composer validate | Info | 2 | valid; 2 advisory notes (composer validate --strict) |

#### PHPStan

Type-checks the module against a real Magento install. Re-runs per Magento + PHP version because resolvable symbols differ between releases.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | 152 | 152 | – | – |
| 2.4.8 | – | 152 | 155 | – |
| 2.4.9 | – | – | 154 | 155 |


### Tests

Unit and integration suites run per Magento + PHP cell. Test failures speak to the module's behaviour, not its compatibility with a line, so they're reported here separately.

#### Unit Tests

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | – | – |
| 2.4.8 | – | N/A | N/A | – |
| 2.4.9 | – | – | N/A | N/A |

#### Integration Tests

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | – | – |
| 2.4.8 | – | N/A | N/A | – |
| 2.4.9 | – | – | N/A | N/A |


### Security

Dependency-advisory audit (composer audit) plus a source malware scan. A malware detection fails the version outright.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| Composer audit | N/A | 0 | no resolvable dependency tree to audit — Your requirements could not be resolved to an installable set of packages. Problem 1 |
| Malware scan | Pass | 0 |  |

## Licence and pricing

Free. A licence is still minted on checkout and bound to your project for Composer access — no payment step.

Refundable within 14 days of first purchase via https://packagento.com/account/refunds/.

## Install via Claude Code or any MCP client

The Packagento MCP server can run the licence + project + Composer steps above in one tool call:

```
purchase_and_install_packages(
  composer_names=["myparcelbe/magento"],
  project_id="proj_xxx"
)
```

This handles cart, checkout, licence minting, project activation, and writes auth.json credentials. Connect a client with `claude mcp add packagento https://mcp.packagento.com`. Full setup at https://packagento.com/docs/mcp-setup.

## Vendor

myparcelbe is a Magento 2 vendor on Packagento. See https://packagento.com/myparcelbe.md for their full catalogue.

