PHPackages                             lwiesel/delivery-tracking - 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. lwiesel/delivery-tracking

ActiveLibrary

lwiesel/delivery-tracking
=========================

A framework agnostic delivery tracking library for PHP 5.4+

v0.0.1-alpha(10y ago)41.0k3MITPHPPHP &gt;=5.4.0

Since Jan 16Pushed 10y ago2 watchersCompare

[ Source](https://github.com/lwiesel/delivery-tracking)[ Packagist](https://packagist.org/packages/lwiesel/delivery-tracking)[ Docs](https://github.com/lwiesel/delivery-tracking)[ RSS](/packages/lwiesel-delivery-tracking/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Delivery Tracking
=================

[](#delivery-tracking)

[![Latest Version on Packagist](https://camo.githubusercontent.com/efd48708321805a056e00f79281825dacea2939650f9659761e4a112cf186cba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c77696573656c2f64656c69766572792d747261636b696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lwiesel/delivery-tracking)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/1b3dcfe6283d9a3257274160870ba8738493e0011132a6ae1275f3c5ffb5f45d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c77696573656c2f64656c69766572792d747261636b696e672f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/lwiesel/delivery-tracking)[![Coverage Status](https://camo.githubusercontent.com/61c80380db0a442715154d0af3b916d03745c44b9aafe9ea0cad0d0cff521b2b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6c77696573656c2f64656c69766572792d747261636b696e672e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/lwiesel/delivery-tracking/code-structure)[![Quality Score](https://camo.githubusercontent.com/8ec16887513b47a07062015753ccea11d0593b7f85ab2223a116b3488e186f5c/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c77696573656c2f64656c69766572792d747261636b696e672e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/lwiesel/delivery-tracking)[![Total Downloads](https://camo.githubusercontent.com/215a9de19ad25bf2e0c51423dddf92ff262168dd131b5567f4a884fc47eaa241/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c77696573656c2f64656c69766572792d747261636b696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lwiesel/delivery-tracking)

[![SensioLabsInsight](https://camo.githubusercontent.com/921fb55895a792b1c9e866b28af96f9e07edb9e93a7ac013adba42f1079d0f1b/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f36333064366438342d313464342d343339642d626133302d3063623062383466386430312f6269672e706e67)](https://insight.sensiolabs.com/projects/630d6d84-14d4-439d-ba30-0cb0b84f8d01)

This is a framework agnostic delivery tracking library for PHP 5.4+. It uses the Adapter design pattern to provide a unified api over delivery services, and a common list of delivery statuses. This library respects PSR-1, PSR-2, and PSR-4.

Install
-------

[](#install)

Via Composer

```
$ composer require lwiesel/delivery-tracking
```

Usage
-----

[](#usage)

```
$chronopostAdapter = new ChronopostAdapter();
$deliveryTracking = new DeliveryTracking($chronopostAdapter);

$status = $deliveryTracking->getDeliveryStatus('tracking-number');
```

Change log
----------

[](#change-log)

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

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Laurent Wiesel](https://github.com/lwiesel)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

3766d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad5a34be7606a1d3b3e1c9b5b627a30f46cd72139ec0f44cf1522470eddde5e3?d=identicon)[lwiesel](/maintainers/lwiesel)

---

Top Contributors

[![lwiesel](https://avatars.githubusercontent.com/u/2276221?v=4)](https://github.com/lwiesel "lwiesel (11 commits)")

---

Tags

delivery trackinglwiesel

### Embed Badge

![Health badge](/badges/lwiesel-delivery-tracking/health.svg)

```
[![Health](https://phpackages.com/badges/lwiesel-delivery-tracking/health.svg)](https://phpackages.com/packages/lwiesel-delivery-tracking)
```

PHPackages © 2026

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