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

ActiveLibrary[API Development](/categories/api)

mrthito/laravel-dhlparcel
=========================

DHL Parcel API client for Laravel

2161PHP

Since Aug 30Pushed 2y agoCompare

[ Source](https://github.com/mrthito/laravel-dhlparcel)[ Packagist](https://packagist.org/packages/mrthito/laravel-dhlparcel)[ RSS](/packages/mrthito-laravel-dhlparcel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)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

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 93.7% 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/73e18bf44d32db8cbecb0b5d40a21d946592b207fd3a3d17db57887c8b2148e0?d=identicon)[mrthito](/maintainers/mrthito)

---

Top Contributors

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

### Embed Badge

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

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

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