PHPackages                             dennisvandalen/shipment-url-parser-php - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. dennisvandalen/shipment-url-parser-php

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

dennisvandalen/shipment-url-parser-php
======================================

This is my package shipment-url-parser-php

v1.0.13(5mo ago)01.6k↑300%[3 PRs](https://github.com/dennisvandalen/shipment-url-parser-php/pulls)MITPHPPHP ^8.0CI passing

Since Dec 19Pushed 1w ago1 watchersCompare

[ Source](https://github.com/dennisvandalen/shipment-url-parser-php)[ Packagist](https://packagist.org/packages/dennisvandalen/shipment-url-parser-php)[ Docs](https://github.com/dennisvandalen/shipment-url-parser-php)[ GitHub Sponsors](https://github.com/dennisvandalen)[ RSS](/packages/dennisvandalen-shipment-url-parser-php/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (3)Versions (20)Used By (0)

This is my package shipment-url-parser-php
==========================================

[](#this-is-my-package-shipment-url-parser-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2038997c1c427baec1f4fb14d4c4dcf64d8e952a85a8a2cf1e54bbf419aaf12f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64656e6e697376616e64616c656e2f736869706d656e742d75726c2d7061727365722d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dennisvandalen/shipment-url-parser-php)[![Tests](https://github.com/dennisvandalen/shipment-url-parser-php/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/dennisvandalen/shipment-url-parser-php/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/694ba8ee52f97b3123fa8ba3f0964ede1f421dd3270d964ae6c93d2b0824ea00/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64656e6e697376616e64616c656e2f736869706d656e742d75726c2d7061727365722d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dennisvandalen/shipment-url-parser-php)

This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require dennisvandalen/shipment-url-parser-php
```

Usage
-----

[](#usage)

```
$shipment = (new ShipmentUrlParser())
    ->parse('https://dhlparcel.nl/en/private/receiving/follow-your-shipment?tt=TRACKING_CODE&pc=ZIPCODE');

//DennisVanDalen\ShipmentUrlParser\DTO\Shipment {
//  +url: "https://dhlparcel.nl/en/private/receiving/follow-your-shipment?tt=TRACKING_CODE&pc=ZIPCODE"
//  +trackingCode: "TRACKING_CODE"
//  +carrier: "DHL"
//  +carrierName: "DHL"
//}
```

Todo
----

[](#todo)

- Handle unknown urls

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on 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)

- [Dennis van Dalen](https://github.com/dennisvandalen)
- [All Contributors](../../contributors)

Create a new release
--------------------

[](#create-a-new-release)

- Fix formatting with `composer format`
- Push changes to the main branch
- Update the changelog
- Create a new release on GitHub with GitHub CLI: `gh release create 1.0.5`

License
-------

[](#license)

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

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance86

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~115 days

Recently: every ~182 days

Total

14

Last Release

155d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/85d14308535761ca5cafcb3824858afbac0ca7c5d064be88773a79f0f12cada1?d=identicon)[dennisvandalen](/maintainers/dennisvandalen)

---

Top Contributors

[![dennisvandalen](https://avatars.githubusercontent.com/u/4375758?v=4)](https://github.com/dennisvandalen "dennisvandalen (44 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (19 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (14 commits)")

---

Tags

dennisvandalenshipment-url-parser-php

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/dennisvandalen-shipment-url-parser-php/health.svg)

```
[![Health](https://phpackages.com/badges/dennisvandalen-shipment-url-parser-php/health.svg)](https://phpackages.com/packages/dennisvandalen-shipment-url-parser-php)
```

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19139.2M47](/packages/mck89-peast)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9843.5k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

45153.1k6](/packages/jstewmc-rtf)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

113.2k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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