PHPackages                             kluzny/parcurls - 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. kluzny/parcurls

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

kluzny/parcurls
===============

A simple utility class to resolve parcel tracking urls

1.0.1(6y ago)06BSD-2-ClausePHPPHP ^7.0

Since Dec 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kluzny/ParcUrls)[ Packagist](https://packagist.org/packages/kluzny/parcurls)[ Docs](https://github.com/kluzny/ParcUrls)[ RSS](/packages/kluzny-parcurls/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (0)

ParcUrls
========

[](#parcurls)

ParcUrls ( read as "parcels", so clever ) is a small utility class to help resolve tracking numbers into tracking urls from several of the larger parcel services. This is a direct fork of [darkain/php-tracking-urls](https://github.com/darkain/php-tracking-urls) with the goals of:

- Autoloading
- Namespacing
- Classes, because classes
- Preference of spaces vs tabs
- Access to metadata like carrier

Supported shippers:

- United States Postal Service (USPS)
- United Parcel Service (UPS)
- Federal Express (FedEx)
- OnTrac
- DHL

Install
-------

[](#install)

Note that the package names are lowercase

```
composer require kluzny/parcurls
```

Example
-------

[](#example)

Usage:

```
use kluzny\ParcUrls\Parser;

$parser = new Parser("92748963438592543475924253");

echo $parser->url;
# https://tools.usps.com/go/TrackConfirmAction?qtc_tLabels1=92748963438592543475924253

echo $parser->tracker['carrier'];
# USPS

echo $parser->tracker['description'];
# United States Postal Service
```

Bugs
----

[](#bugs)

Feel free to create pull requests, but they must include passing test cases. I'm not particularly interested in maintaining this or any other PHP code.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

2

Last Release

2377d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1328254?v=4)[Kyle Luzny](/maintainers/kluzny)[@kluzny](https://github.com/kluzny)

---

Top Contributors

[![kluzny](https://avatars.githubusercontent.com/u/1328254?v=4)](https://github.com/kluzny "kluzny (5 commits)")

---

Tags

packagetrackingshippinguspsparceldhlupsFedExontrac

### Embed Badge

![Health badge](/badges/kluzny-parcurls/health.svg)

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

###  Alternatives

[shippo/shippo-php

A PHP library for connecting with multiple carriers (FedEx, UPS, USPS) using Shippo.

1681.9M2](/packages/shippo-shippo-php)[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)[slince/shipment-tracking

A flexible and awesome shipment tracking library for several carriers like DHL eCommerce, USPS, YanWen Express, Epacket, E包裹, E特快, 国际EMS, 快递100

271.6k4](/packages/slince-shipment-tracking)[verbb/shippy

A framework agnostic, multi-carrier shipping library for PHP.

1612.2k3](/packages/verbb-shippy)[ivanmitrikeski/laravel-shipping

Shipping package for Laravel. Supported providers: CanadaPost, USPS, UPS, FedEx and Purolator.

2321.2k4](/packages/ivanmitrikeski-laravel-shipping)

PHPackages © 2026

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