PHPackages                             mvdnbrk/laravel-dhlparcel - 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. mvdnbrk/laravel-dhlparcel

ActiveLibrary[API Development](/categories/api)

mvdnbrk/laravel-dhlparcel
=========================

DHL Parcel API client for Laravel

v1.4.0(5y ago)1717.3k7[3 issues](https://github.com/mvdnbrk/laravel-dhlparcel/issues)[1 PRs](https://github.com/mvdnbrk/laravel-dhlparcel/pulls)MITPHPPHP ^7.2CI failing

Since Nov 14Pushed 5y ago3 watchersCompare

[ Source](https://github.com/mvdnbrk/laravel-dhlparcel)[ Packagist](https://packagist.org/packages/mvdnbrk/laravel-dhlparcel)[ Docs](https://github.com/mvdnbrk/laravel-dhlparcel)[ Fund](https://bunq.me/mvdnbrk)[ Fund](https://www.paypal.me/mvdnbrk)[ RSS](/packages/mvdnbrk-laravel-dhlparcel/feed)WikiDiscussions main Synced yesterday

READMEChangelog (6)Dependencies (6)Versions (8)Used By (0)

DHL Parcel API client for Laravel
=================================

[](#dhl-parcel-api-client-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/57c286a8d8de572962e43d680e881fb07b30957e86e73fc13851f3d2704015b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d76646e62726b2f6c61726176656c2d64686c70617263656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mvdnbrk/laravel-dhlparcel)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Tests](https://camo.githubusercontent.com/405b38e1fdb71e2e67f408c1021e65a047a4d28249384d36862ae07f4465511c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d76646e62726b2f6c61726176656c2d64686c70617263656c2f74657374732f6d61696e3f6c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/mvdnbrk/laravel-dhlparcel/actions?query=workflow%3Atests)[![StyleCI](https://camo.githubusercontent.com/b710f99e23591e9f9fbbd5dcd71fa0f1ed049d901c2f1dcb0a6fca31e8385bf1/68747470733a2f2f7374796c6563692e696f2f7265706f732f3232303032343137342f736869656c643f6272616e63683d6d61696e)](https://styleci.io/repos/221086654)[![Total Downloads](https://camo.githubusercontent.com/1bce94b5e30b1055653438a40c9fc4a20aee7de32454993cd7f8deb46ce182a7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d76646e62726b2f6c61726176656c2d64686c70617263656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mvdnbrk/laravel-dhlparcel)

This package incorporates the [DHL Parcel API client](https://github.com/mvdnbrk/dhlparcel-php-api) into your Laravel project.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require mvdnbrk/laravel-dhlparcel
```

Configuration
-------------

[](#configuration)

All you need to do is add your credentials to the `.env` file:

```
DHLPARCEL_ID=YOUR-USER-ID
DHLPARCEL_SECRET=YOUR-SECRET-KEY

```

Usage
-----

[](#usage)

```
use Mvdnbrk\Laravel\Facades\DhlParcel;

$shipment = DhlParcel::shipments()->create([
   ...
]);
```

- [Full documentation for the DHL Parcel API client](https://github.com/mvdnbrk/dhlparcel-php-api)

### Global helper method

[](#global-helper-method)

For your convenience this package provides a global `dhlparcel()` helper function.

```
dhlparcel()->shipments()->create([
   ...
]);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Mark van den Broek](https://github.com/mvdnbrk)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

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

Recently: every ~66 days

Total

6

Last Release

2105d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/802681?v=4)[Mark van den Broek](/maintainers/mvdnbrk)[@mvdnbrk](https://github.com/mvdnbrk)

---

Top Contributors

[![mvdnbrk](https://avatars.githubusercontent.com/u/802681?v=4)](https://github.com/mvdnbrk "mvdnbrk (74 commits)")

---

Tags

apiapi-clientdhldhl-parcellaravelapilaravelparceldhl

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mvdnbrk-laravel-dhlparcel/health.svg)

```
[![Health](https://phpackages.com/badges/mvdnbrk-laravel-dhlparcel/health.svg)](https://phpackages.com/packages/mvdnbrk-laravel-dhlparcel)
```

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)[mvdnbrk/dhlparcel-php-api

DHL Parcel API client for PHP

3957.9k5](/packages/mvdnbrk-dhlparcel-php-api)

PHPackages © 2026

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