PHPackages                             shipcore-nl/dpddis-api-php - 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. [API Development](/categories/api)
4. /
5. shipcore-nl/dpddis-api-php

ActiveLibrary[API Development](/categories/api)

shipcore-nl/dpddis-api-php
==========================

DPD Integration Services SOAP API PHP Bindings

610.8k1PHP

Since Sep 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/shipcore-nl/dpddis-api-php)[ Packagist](https://packagist.org/packages/shipcore-nl/dpddis-api-php)[ RSS](/packages/shipcore-nl-dpddis-api-php/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

DPD Integration Service PHP Bindings
====================================

[](#dpd-integration-service-php-bindings)

PHP Library to use DPD Integration Services as documented on .

Implementation status
---------------------

[](#implementation-status)

ServiceStatusLogin ServicealphaParcel Shop Finder ServicealphaShipment ServicealphaDepot Data ServicealphaParcel LifeCycle ServicealphaInstall instructions
--------------------

[](#install-instructions)

```
composer require shipcore-nl/dpddis-api-php

```

Example
-------

[](#example)

### Create Shipment Label

[](#create-shipment-label)

```
$delisId = 'YOUR_DELIS_ID'
$password = 'YOUR_PASSWORD';
$messageLanguage = 'en_EN';
$staging = true;

$cachedToken = null; // or load from storage

// API Init
$dpd = new \ShipCore\DPDDis\Api($delisId, $password, $messageLanguage, $cachedToken, $staging);

$printOptions = \ShipCore\DPDDis\Entity\Shipment\Request\PrintOptions::fromDataArray([
        'paperFormat' => 'A6'
]);

$order = \ShipCore\DPDDis\Entity\Shipment\Request\Order::fromDataArray([
        'generalShipmentData' => [
            'sendingDepot' => '0522',
            'product' => 'CL',
            'sender' => [
                'name1' => 'CustomerIT',
                'street' => 'Tormentil',
                'houseNo' => '10',
                'country' => 'NL',
                'zipCode' => '5684PK',
                'city' => 'Best'
            ],
            'recipient' => [
                'name1' => 'Receiver',
                'street' => 'streetname',
                'houseNo' => '123',
                'country' => 'NL',
                'zipCode' => '5684PK',
                'city' => 'Best'
            ],
        ],
        'parcels' => [
            'customerReferenceNumber1' => 'CustRef1',
            'weight' => 360
        ],
        'productAndServiceData' => [
            'orderType' => 'consignment'
        ]
]);

// Create Label call
$orderResult = $dpd->storeOrders($printOptions, $order);

$trackingNumber = $orderResult
    ->getShipmentResponses()
    ->getParcelInformation()
    ->getParcelLabelNumber();

$labelBinary = $orderResult->getParcellabelsPDF();

file_put_contents($trackingNumber . '.pdf', $labelBinary);

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.9% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/358524142cb457b50e13c6889c1e8b63e46bf2708f039cc8a772aa9abff84749?d=identicon)[niccifor](/maintainers/niccifor)

---

Top Contributors

[![niccifor](https://avatars.githubusercontent.com/u/1662293?v=4)](https://github.com/niccifor "niccifor (13 commits)")[![fkwakkenbos](https://avatars.githubusercontent.com/u/1029218?v=4)](https://github.com/fkwakkenbos "fkwakkenbos (1 commits)")

---

Tags

apidpddpd-disphpphp-library

### Embed Badge

![Health badge](/badges/shipcore-nl-dpddis-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/shipcore-nl-dpddis-api-php/health.svg)](https://phpackages.com/packages/shipcore-nl-dpddis-api-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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