PHPackages                             myparcelnl/pdk - 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. myparcelnl/pdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

myparcelnl/pdk
==============

MyParcel Plugin Development Kit

3.3.3(1mo ago)012.6k↓40%2[1 issues](https://github.com/myparcelnl/pdk/issues)[18 PRs](https://github.com/myparcelnl/pdk/pulls)MITPHPPHP &gt;=7.4.0CI passing

Since Mar 25Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/myparcelnl/pdk)[ Packagist](https://packagist.org/packages/myparcelnl/pdk)[ Docs](https://myparcel.nl)[ RSS](/packages/myparcelnl-pdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (39)Versions (293)Used By (0)

MyParcel Plugin Development Kit
===============================

[](#myparcel-plugin-development-kit)

[![Latest version](https://camo.githubusercontent.com/1aa4e4507ddd388ff4fafde45d0a7dd955812dd4e07c4c08d94579f74f712d1e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d7970617263656c6e6c2f70646b)](https://github.com/myparcelnl/pdk/releases/latest)[![Packagist Downloads](https://camo.githubusercontent.com/6e9ce9456a2657627bc05cb748360446eef58e62ba17935a17c625a83f96e2f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6d7970617263656c6e6c2f70646b)](https://packagist.org/packages/myparcelnl/pdk)[![Code coverage](https://camo.githubusercontent.com/964f3ead0cc87c32ba8704ddcb997c2ca95ee75dd950e1d7427cf0a1378e9b82/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6d7970617263656c6e6c2f70646b)](https://codecov.io/gh/myparcelnl/pdk)[![PHPStan](https://camo.githubusercontent.com/91cf2ea89cdec7740d84c8a35d956853ad38bb2e070383ef5ebc3490bdeea7b7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64796e616d69632f79616d6c3f75726c3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d2532466d7970617263656c6e6c25324670646b2532466d61696e2532467068707374616e2e6e656f6e2e646973742671756572793d2532342e706172616d65746572732e6c6576656c266c6162656c3d5048505374616e2532306c6576656c26636f6c6f723d627269676874677265656e)](https://camo.githubusercontent.com/91cf2ea89cdec7740d84c8a35d956853ad38bb2e070383ef5ebc3490bdeea7b7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64796e616d69632f79616d6c3f75726c3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d2532466d7970617263656c6e6c25324670646b2532466d61696e2532467068707374616e2e6e656f6e2e646973742671756572793d2532342e706172616d65746572732e6c6576656c266c6162656c3d5048505374616e2532306c6576656c26636f6c6f723d627269676874677265656e)[![License](https://camo.githubusercontent.com/671b9efa59d9863a7c6adb576877338a7bb4d01cb1428d685cbe9253ed5216d1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d7970617263656c6e6c2f70646b)](https://camo.githubusercontent.com/671b9efa59d9863a7c6adb576877338a7bb4d01cb1428d685cbe9253ed5216d1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d7970617263656c6e6c2f70646b)[![Chat with us](https://camo.githubusercontent.com/2e03356b0e56baf2420b30da2978e160e0ca7291f57658a1534b2b5b1e415fbb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f536c61636b2d436861742532307769746825323075732d77686974653f6c6f676f3d736c61636b266c6162656c436f6c6f723d346131353462)](https://join.slack.com/t/myparcel-dev/shared_invite/enQtNDkyNTg3NzA1MjM4LTM0Y2IzNmZlY2NkOWFlNTIyODY5YjFmNGQyYzZjYmQzMzliNDBjYzBkOGMwYzA0ZDYzNmM1NzAzNDY1ZjEzOTM)

The MyParcel PDK (Plugin Development Kit) is meant for developing entire plugins on PHP E-Commerce platforms. If you're just looking to connect to our API without creating an entire plugin, you should check out our php [SDK](https://github.com/myparcelnl/sdk).

Requirements
------------

[](#requirements)

- PHP 7.4 – 8.5
- Composer

Documentation
-------------

[](#documentation)

For examples, guides and in-depth information, visit our [Plugin Development Kit (PDK) documentation](https://developer.myparcel.nl/documentation/52.pdk/).

Support
-------

[](#support)

Create an issue or contact us via our [Developer Portal contact page](https://developer.myparcel.nl/contact.html).

Contributing
------------

[](#contributing)

View our [contribution guidelines](https://github.com/myparcelnl/developer/blob/main/DEVELOPERS.md) for information on how to contribute to the PDK.

### Prerequisites

[](#prerequisites)

- Node 18
- Yarn
- Docker

### Installation

[](#installation)

Create `.env`:

```
cp .env.template .env
```

Install Yarn dependencies:

```
yarn
```

Install Composer dependencies:

```
docker compose up php
```

### Running tests

[](#running-tests)

Run all tests:

```
docker compose run php composer test
```

#### Testing on a specific PHP version

[](#testing-on-a-specific-php-version)

The default PHP version is 7.4. To test on a different version, change `PHP_VERSION` in `.env` and rebuild:

```
docker compose build
docker compose run php composer test
```

### Linting

[](#linting)

We use Prettier to format .json, .yml, .md and .html files.

Make sure Prettier is enabled in your IDE and runs on the following files:

```
{**/*,*}.{md,html,yml,json}

```

Set up Git hooks to run Prettier on each commit, correcting any formatting issues.

```
yarn prepare
```

You can also run Prettier manually:

```
# Check formatting issues
yarn lint

# Fix formatting issues
yarn lint:fix
```

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance90

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 55.5% 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 ~6 days

Total

234

Last Release

55d ago

Major Versions

1.37.0 → 2.0.02023-05-15

2.47.2 → v3.x-dev2024-11-20

2.68.0 → 3.0.02026-01-19

v2.x-dev → 3.2.02026-02-06

PHP version history (2 changes)1.0.0PHP &gt;=7.1.0

2.51.1PHP &gt;=7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7074417d5d5a74a106ed32e4f1026daa662c0456c3cb55fa0b6183e04446d5df?d=identicon)[EdieLemoine](/maintainers/EdieLemoine)

---

Top Contributors

[![EdieLemoine](https://avatars.githubusercontent.com/u/3886637?v=4)](https://github.com/EdieLemoine "EdieLemoine (599 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (137 commits)")[![myparcel-bot[bot]](https://avatars.githubusercontent.com/in/281272?v=4)](https://github.com/myparcel-bot[bot] "myparcel-bot[bot] (94 commits)")[![Mark-Ernst](https://avatars.githubusercontent.com/u/33826576?v=4)](https://github.com/Mark-Ernst "Mark-Ernst (77 commits)")[![joerivanveen](https://avatars.githubusercontent.com/u/49525608?v=4)](https://github.com/joerivanveen "joerivanveen (65 commits)")[![GravendeelJochem](https://avatars.githubusercontent.com/u/119667571?v=4)](https://github.com/GravendeelJochem "GravendeelJochem (38 commits)")[![FreekVR](https://avatars.githubusercontent.com/u/417416?v=4)](https://github.com/FreekVR "FreekVR (25 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (16 commits)")[![wthijmen](https://avatars.githubusercontent.com/u/106662400?v=4)](https://github.com/wthijmen "wthijmen (13 commits)")[![FlorianSDV](https://avatars.githubusercontent.com/u/93703843?v=4)](https://github.com/FlorianSDV "FlorianSDV (9 commits)")[![NabDevs](https://avatars.githubusercontent.com/u/20712349?v=4)](https://github.com/NabDevs "NabDevs (4 commits)")[![RichardPerdaan](https://avatars.githubusercontent.com/u/11389731?v=4)](https://github.com/RichardPerdaan "RichardPerdaan (2 commits)")[![simonvnk](https://avatars.githubusercontent.com/u/39694777?v=4)](https://github.com/simonvnk "simonvnk (1 commits)")

---

Tags

myparcelphpsdk

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Type Coverage Yes

### Embed Badge

![Health badge](/badges/myparcelnl-pdk/health.svg)

```
[![Health](https://phpackages.com/badges/myparcelnl-pdk/health.svg)](https://phpackages.com/packages/myparcelnl-pdk)
```

###  Alternatives

[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19562.3M1.3k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[numero2/contao-storelocator

Contao Plugin for managing stores (or in common address data) and providing a frontend-search based on geo data

121.5k](/packages/numero2-contao-storelocator)

PHPackages © 2026

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