PHPackages                             anmartini/poste-track - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. anmartini/poste-track

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

anmartini/poste-track
=====================

Track Poste Italiane shipments

v3.0.0(3w ago)1231MITPHPPHP ^8.4CI passing

Since Jan 28Pushed 3w ago1 watchersCompare

[ Source](https://github.com/anmartini/poste-track)[ Packagist](https://packagist.org/packages/anmartini/poste-track)[ Docs](https://github.com/anmartini/poste-track)[ RSS](/packages/anmartini-poste-track/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (6)Dependencies (26)Versions (11)Used By (0)

Track Poste Italiane shipments
==============================

[](#track-poste-italiane-shipments)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e9de07b6492ece3340f049b6d6f8bc1bdec22d01dc89966db89ef3d71e3b01f8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e6d617274696e692f706f7374652d747261636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/anmartini/poste-track)[![GitHub Tests Action Status](https://camo.githubusercontent.com/d369768f858c5acf9456089cb34216dc7f56c88fabcd2877e8b47466cbd48bd8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616e6d617274696e692f706f7374652d747261636b2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e267374796c653d666c61742d737175617265266c6162656c3d7465737473)](https://github.com/anmartini/poste-track/actions?query=workflow%3ATests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/370f4cd1c58308b61e029eb2b55f804cb787fd3e966587246788df7f74bbb7e6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e6d617274696e692f706f7374652d747261636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/anmartini/poste-track)

Track Poste Italiane shipments

Disclaimer
----------

[](#disclaimer)

This project has no affiliation with Poste Italiane S.p.A. and it is solely intended for personal use.

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

[](#installation)

You can install the package via composer:

```
composer require anmartini/poste-track
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Anmartini\PosteTrack\PosteTrackServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [

    /*
    |--------------------------------------------------------------------------
    | Tries
    |--------------------------------------------------------------------------
    |
    | This value is the number of times the request will be retried
    | with a sleep time of 1 second between tries. This is needed
    | to pass the reCAPTCHA validation.
    |
    */

    'tries' => env('POSTE_TRACK_TRIES', 3),
];
```

Usage
-----

[](#usage)

```
$tracking = PosteTrack::track('CODE');
```

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)

- [Andrea Martini](https://github.com/anmartini)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance95

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 61.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.

###  Release Activity

Cadence

Every ~381 days

Recently: every ~473 days

Total

6

Last Release

23d ago

Major Versions

v1.1.0 → v2.0.02023-11-17

v2.0.0 → v3.0.02026-04-20

PHP version history (3 changes)v1.0.0PHP ^7.4|^8.0

v2.0.0PHP ^8.1

v3.0.0PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e89edaa1a3b8276cc6af3f7f2726f24815b25367e8ed7930bbe912391b1d53b?d=identicon)[anmartini](/maintainers/anmartini)

---

Top Contributors

[![anmartini](https://avatars.githubusercontent.com/u/2474517?v=4)](https://github.com/anmartini "anmartini (37 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (15 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")

---

Tags

anmartiniposte-track

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/anmartini-poste-track/health.svg)

```
[![Health](https://phpackages.com/badges/anmartini-poste-track/health.svg)](https://phpackages.com/packages/anmartini-poste-track)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[maestroerror/laragent

Power of AI Agents in your Laravel project

630106.4k](/packages/maestroerror-laragent)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[spatie/laravel-rdap

Perform RDAP queries in a Laravel app

72108.3k2](/packages/spatie-laravel-rdap)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)

PHPackages © 2026

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