PHPackages                             michelmelo/dpd-track-trace - 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. michelmelo/dpd-track-trace

ActiveLibrary

michelmelo/dpd-track-trace
==========================

DPD Tracking (Portugal post office) tracking for PHP.

1.0.4(6y ago)0148MITPHPPHP &gt;=5.6

Since Apr 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/michelmelo/dpd-track-trace)[ Packagist](https://packagist.org/packages/michelmelo/dpd-track-trace)[ Docs](https://github.com/michelmelo/dpd-track-trace)[ RSS](/packages/michelmelo-dpd-track-trace/feed)WikiDiscussions master Synced today

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

michelmelo/dpd-track-trace
==========================

[](#michelmelodpd-track-trace)

#### DPD Tracking (Portugal post office) tracking for PHP.

[](#dpd-tracking-portugal-post-office-tracking-for-php)

track mail and packages using DPD service (Portuguese post office)

Requirements
------------

[](#requirements)

PHP 5.6 or higher.

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

[](#installation)

Add this to your composer.json file, in the require object:

```
"michelmelo/dpd-track-trace": "1.0.*"
```

After that, run composer install to install the package. Add the service provider to `config/app.php`, within the `providers` array.

```
'providers' => array(
    // ...
    michelmelo\dpdtracking\DpdTrackingServiceProvider::class,
)
```

Publish the config file.

```
php artisan vendor:publish

```

Usage
-----

[](#usage)

```
use michelmelo\dpdtracking\DpdTracking;

$dpd = new DpdTracking();
$res = $dpd->trackObjects(['09711514666666V', 'LX123456789PT']);
var_dump($res);
```

```
/*
output:
array:1 [
  "09711514666666V" => array:11 [
    0 => array:5 [
      0 => "410"
      1 => "2020/04/06 09:32"
      2 => "Envio em armazém"
      3 => ""
      4 => ""
    ]
    1 => array:5 [
      0 => "403"
      1 => "2020/04/04 18:27"
      2 => "Retorno armazém (pára AEP)"
      3 => ""
      4 => ""
    ]
  ]
]
*/
```

ChangeLog
---------

[](#changelog)

- initial release

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

[](#contributing)

- welcome to discuss a bugs, features and ideas.

License
-------

[](#license)

michelmelo/dpd-track-trace is release under the MIT license.

You are free to use, modify and distribute this software

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

5

Last Release

2222d ago

Major Versions

0.0.1 → 1.0.12020-04-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d756073dec37ac9abd3c7edd0cf00b94f2d2de0055531eba5472392b1fd4da2?d=identicon)[michelmelo](/maintainers/michelmelo)

---

Top Contributors

[![michelmelo](https://avatars.githubusercontent.com/u/159223?v=4)](https://github.com/michelmelo "michelmelo (13 commits)")

---

Tags

cttmail trackerpackage tracker

### Embed Badge

![Health badge](/badges/michelmelo-dpd-track-trace/health.svg)

```
[![Health](https://phpackages.com/badges/michelmelo-dpd-track-trace/health.svg)](https://phpackages.com/packages/michelmelo-dpd-track-trace)
```

###  Alternatives

[laracasts/integrated

Simple, intuitive integration testing with PHPUnit.

479206.9k2](/packages/laracasts-integrated)[jikan-me/jikan

Jikan is an unofficial MyAnimeList API

1.0k28.1k2](/packages/jikan-me-jikan)[raulr/google-play-scraper

A PHP scraper to get app data from Google Play

12892.7k](/packages/raulr-google-play-scraper)[dfridrich/ares

Communication with ARES (Czech business register)

24401.0k2](/packages/dfridrich-ares)[jansenfelipe/cpf-gratis

Com esse pacote você poderá consultar, gratuitamente, CPFs diretamente no site da receita.

1895.9k](/packages/jansenfelipe-cpf-gratis)[bubbstore/correios

Biblioteca que faz cálculo de frete, rastreamento de objetos e consulta de CEP diretamente do Webservice dos Correios.

2589.0k](/packages/bubbstore-correios)

PHPackages © 2026

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