PHPackages                             vladivanciu/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. [API Development](/categories/api)
4. /
5. vladivanciu/my-dhl

ActiveLibrary[API Development](/categories/api)

vladivanciu/my-dhl
==================

Unofficial SDK for the MyDHL API

v0.9(5y ago)09PHP

Since Nov 6Pushed 4y agoCompare

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

READMEChangelogDependenciesVersions (11)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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~4 days

Total

9

Last Release

1979d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/80549456?v=4)[Softclaire](/maintainers/softclaire)[@softclaire](https://github.com/softclaire)

---

Top Contributors

[![vladivanciu](https://avatars.githubusercontent.com/u/13280948?v=4)](https://github.com/vladivanciu "vladivanciu (3 commits)")

### Embed Badge

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

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

###  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)
