PHPackages                             dsposito/argo - 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. dsposito/argo

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

dsposito/argo
=============

A shipping utility.

v2.1.0(5y ago)23188.8k—4.9%11[6 issues](https://github.com/dsposito/argo/issues)MITPHPPHP &gt;=7.0CI failing

Since Feb 27Pushed 2y ago7 watchersCompare

[ Source](https://github.com/dsposito/argo)[ Packagist](https://packagist.org/packages/dsposito/argo)[ Docs](https://github.com/dsposito/argo)[ RSS](/packages/dsposito-argo/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

Argo
====

[](#argo)

[![Build Status](https://camo.githubusercontent.com/bd5302843996f2fafeadc639e245449cad3d20c190e03dea9cbc467c70300650/68747470733a2f2f7472617669732d63692e6f72672f6473706f7369746f2f6172676f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dsposito/argo)[![Coverage Status](https://camo.githubusercontent.com/afed685d5cf054090b3f8b48aaec5c6eae24b396f3647763f6ffb09777e7d136/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6473706f7369746f2f6172676f2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/dsposito/argo?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/3b1ca621846fb0a6890df41004e94da48845febd9502e2048bc34ff1e84791ee/68747470733a2f2f706f7365722e707567782e6f72672f6473706f7369746f2f6172676f2f762f737461626c652e706e67)](https://packagist.org/packages/dsposito/argo)

Overview
--------

[](#overview)

Argo is a useful utility for shipping-related tasks. In particular, it deduces the shipping carrier, provider and other information based on a provided package tracking number.

In [Greek mythology](http://en.wikipedia.org/wiki/Argo), Argo (in Greek, meaning 'swift') was the ship on which Jason and the Argonauts sailed from Iolcos to retrieve the Golden Fleece. Argo was said to have been planned with the help of Athena - constructed with magical pieces of timber from the sacred forest of Dodona.

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

[](#installation)

Run the following [composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) command to add the package to your project:

```
composer require dsposito/argo

```

Alternatively, add `"dsposito/argo": "^2.0"` to your composer.json file.

Usage
-----

[](#usage)

Simply provide a tracking number when initializing a new package instance.

```
$package = Argo\Package::instance('420 90401 9405 5108 9841 6000 5592 67');

print_r($package);

```

Example output:

```
Argo\Package Object
(
    [tracking_code_original] => 420 90401 9405 5108 9841 6000 5592 67
    [tracking_code] => 9405510898416000559267
    [carrier] => Argo\Carrier Object
        (
            [code] => usps
            [name] => USPS
        )
    [provider] => Argo\Provider Object
        (
            [code] => endicia
            [name] => Endicia
        )
)

```

Tests
-----

[](#tests)

To run the test suite, run the following commands from the root directory:

```
composer install
vendor/bin/phpunit

```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity45

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~719 days

Total

4

Last Release

1986d ago

Major Versions

v1.1.0 → v2.0.02017-04-14

PHP version history (3 changes)v1.0.0PHP &gt;=5.3.0

v2.0.0PHP ^7.0

v2.1.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/45855ca47dca22521841f5356ed50f8d9e2158ceb89d7e85fba660f55fb99525?d=identicon)[dsposito](/maintainers/dsposito)

---

Top Contributors

[![dsposito](https://avatars.githubusercontent.com/u/1553251?v=4)](https://github.com/dsposito "dsposito (25 commits)")[![simoheinonen](https://avatars.githubusercontent.com/u/3840367?v=4)](https://github.com/simoheinonen "simoheinonen (3 commits)")[![bell2041](https://avatars.githubusercontent.com/u/5025272?v=4)](https://github.com/bell2041 "bell2041 (1 commits)")[![Bukashk0zzz](https://avatars.githubusercontent.com/u/1908342?v=4)](https://github.com/Bukashk0zzz "Bukashk0zzz (1 commits)")

---

Tags

argodhlendiciafedexphpshippingtracking-numberupsuspsphpshippingargotracking number

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/dsposito-argo/health.svg)

```
[![Health](https://phpackages.com/badges/dsposito-argo/health.svg)](https://phpackages.com/packages/dsposito-argo)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21623.4k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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