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

ActiveLibrary[API Development](/categories/api)

adlnetworks/laravel-dhlparcel
=============================

DHL Parcel API client for Laravel

1.3.1(6y ago)03MITPHPPHP ^7.2

Since Nov 14Pushed 6y agoCompare

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

READMEChangelog (1)Dependencies (6)Versions (7)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)[![Build Status](https://camo.githubusercontent.com/434af617c519dfdf97e72537be433abaf85dbf8507302cebd20836b265050f10/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d76646e62726b2f6c61726176656c2d64686c70617263656c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/mvdnbrk/laravel-dhlparcel)[![Coverage Status](https://camo.githubusercontent.com/94f99890fdda3700995d1a37bcfdd161e6b373770e9fddf6020eb5cbcb293bd7/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6d76646e62726b2f6c61726176656c2d64686c70617263656c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/mvdnbrk/laravel-dhlparcel/code-structure)[![Quality Score](https://camo.githubusercontent.com/1392df0219afc711c4d5b5c85d28e1baec926f1d233c1c026de3b4d6e204b636/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6d76646e62726b2f6c61726176656c2d64686c70617263656c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/mvdnbrk/laravel-dhlparcel)[![StyleCI](https://camo.githubusercontent.com/7235debf24f26aa59be7f98afa716f78c042c14f590da5ce9fe4ccf6b032dcc8/68747470733a2f2f7374796c6563692e696f2f7265706f732f3232303032343137342f736869656c643f6272616e63683d6d6173746572)](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
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

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

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.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 ~44 days

Recently: every ~55 days

Total

6

Last Release

2201d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6801615?v=4)[ADL NETWORKS](/maintainers/adlnetworks)[@adlnetworks](https://github.com/adlnetworks)

---

Top Contributors

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

---

Tags

apilaravelparceldhl

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[mvdnbrk/laravel-dhlparcel

DHL Parcel API client for Laravel

1817.3k](/packages/mvdnbrk-laravel-dhlparcel)[smodav/mpesa

M-Pesa API implementation

16467.9k1](/packages/smodav-mpesa)

PHPackages © 2026

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