PHPackages                             cubes-doo/my-dhl - 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. cubes-doo/my-dhl

ActiveLibrary

cubes-doo/my-dhl
================

Unofficial SDK for the MyDHL API

v0.9(5y ago)41.2k3[1 issues](https://github.com/cubes-doo/my-dhl/issues)PHP

Since Nov 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/cubes-doo/my-dhl)[ Packagist](https://packagist.org/packages/cubes-doo/my-dhl)[ RSS](/packages/cubes-doo-my-dhl/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (10)Used By (0)

Cubes MyDhl SDK
===============

[](#cubes-mydhl-sdk)

Unofficial SDK for the MyDHL API

[![Latest Stable Version](https://camo.githubusercontent.com/b95dfb988336c0a636b8ee0f2f89a189b46548bc5781b67400e0f75b2cee55df/68747470733a2f2f706f7365722e707567782e6f72672f63756265732d646f6f2f6d792d64686c2f762f737461626c65)](https://packagist.org/packages/cubes-doo/my-dhl) [![Total Downloads](https://camo.githubusercontent.com/57f5a0b0dda188c89ead7c705fc86394c2c0295b2ad8d7785119a887bd9e1b32/68747470733a2f2f706f7365722e707567782e6f72672f63756265732d646f6f2f6d792d64686c2f646f776e6c6f616473)](https://packagist.org/packages/cubes-doo/my-dhl) [![License](https://camo.githubusercontent.com/c15d7f490328d94448f023f8054240434568e4e5d7d7a5c50652ee86a69e8f97/68747470733a2f2f706f7365722e707567782e6f72672f63756265732d646f6f2f6d792d64686c2f6c6963656e7365)](https://packagist.org/packages/cubes-doo/my-dhl)

⚠️ **Attention**! This SDK was developed to be used with Laravel and tested against the MyDHL API v1.6

Supported Features
------------------

[](#supported-features)

FeatureSupported`RateRequest`✅`ShipmentRequest`✅`ShipmentDeleteRequest`✅`TrackingRequest`❌`DocumentRetrieve`❌`updateShipment`❌`requestPickup`❌`updatePickup`❌Installation
------------

[](#installation)

Require this package with composer.

```
composer require cubes-doo/my-dhl
```

Index of examples for supported features:
-----------------------------------------

[](#index-of-examples-for-supported-features)

1. [RateRequest](src/RateRequest/README.md)
2. [ShipmentRequest](src/ShipmentRequest/README.md)
3. [ShipmentDeleteRequest](src/ShipmentDeleteRequest/README.md)

⚠️ **Things to keep in mind in general**:

- this is an SDK for a SOAP API; There are a lot of simple classes that only have attributes and constructors - this is so that we could better define what DHL's API expects as arguments; It might be tedious, but this is why examples are provided for every one of the supported API calls
- if you see a datetime attribute, it should usually be filled w/ a date-time string in the format `YYYY-MM-DDTHH:MM:SSGMT+k`; This format corresponds w/ the ISO 8601 standard; Luckly Carbon's got your back; It is highly reccomended you use Carbon's `toIso8601String()` method, like so: `now()->toIso8601String()` to populate these attributes
- some attributes will have a docblock like this: ```
        /**
         * Possible values:
         * + 'Y' or 1, ...
         * ...
         * + 'N' or 0, ...
         */
    ```

    avoid mixing these two options. If you want, use 'y'/'n' on all such attributes, or stick to 1/0 instead. No constants are provided for these, because they are self explanatory, one character values.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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 ~4 days

Total

9

Last Release

1976d ago

### Community

Maintainers

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

---

Tags

dhl-apidhl-phpdhl-php-sdkdhl-sdklaravel

### Embed Badge

![Health badge](/badges/cubes-doo-my-dhl/health.svg)

```
[![Health](https://phpackages.com/badges/cubes-doo-my-dhl/health.svg)](https://phpackages.com/packages/cubes-doo-my-dhl)
```

PHPackages © 2026

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