PHPackages                             afzafri/abx-express-tracking-api - 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. afzafri/abx-express-tracking-api

ActiveLibrary

afzafri/abx-express-tracking-api
================================

Return JSON formatted string of ABX Express Tracking details

113PHP

Since Jan 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/afzafri/ABX-Express-Tracking-API)[ Packagist](https://packagist.org/packages/afzafri/abx-express-tracking-api)[ RSS](/packages/afzafri-abx-express-tracking-api/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ABX Express Tracking API
========================

[](#abx-express-tracking-api)

Return JSON formatted string of ABX Express Tracking details

Installation
============

[](#installation)

`composer require afzafri/abx-express-tracking-api:dev-master`

Usage
=====

[](#usage)

- `http://site.com/api.php?trackingNo=CODE`
- where `CODE` is your parcel tracking number
- It will then return a JSON formatted string, you can parse the JSON string and do what you want with it.

Sample Response
===============

[](#sample-response)

```
{
    "http_code": 200,
    "error_msg": "No error",
    "status": 1,
    "message": "Record Found",
    "data": [
        {
            "date": "01/Dec/2020",
            "time": "11:45AM",
            "location": "PKX",
            "process": "ROUTE SCAN"
        },
        {
            "date": "01/Dec/2020",
            "time": "6:54AM",
            "location": "PKX",
            "process": "SHIPMENT ARRIVED AT ABX FACILITY"
        },
        {
            "date": "01/Dec/2020",
            "time": "12:47AM",
            "location": "SUBANG",
            "process": "LOGSHEET"
        },
        {
            "date": "30/Nov/2020",
            "time": "8:23PM",
            "location": "SUBANG",
            "process": "SHIPMENT PICKED UP"
        },
        {
            "date": "30/Nov/2020",
            "time": "8:23PM",
            "location": "SUBANG",
            "process": "STICKER - TOTAL PKG# (VIA HUB). (V1.0.0.42)"
        }
    ],
    "info": {
        "creator": "Afif Zafri (afzafri)",
        "project_page": "https://github.com/afzafri/ABX-Express-Tracking-API",
        "date_updated": "08/12/2020"
    }
}
```

License
=======

[](#license)

This library is under `MIT license`, please look at the LICENSE file

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/277f98101508a807425a3f3a2e7cacf16a75934097e44ed1479351c2474b5fe2?d=identicon)[afzafri](/maintainers/afzafri)

---

Top Contributors

[![afzafri](https://avatars.githubusercontent.com/u/14824387?v=4)](https://github.com/afzafri "afzafri (7 commits)")

### Embed Badge

![Health badge](/badges/afzafri-abx-express-tracking-api/health.svg)

```
[![Health](https://phpackages.com/badges/afzafri-abx-express-tracking-api/health.svg)](https://phpackages.com/packages/afzafri-abx-express-tracking-api)
```

PHPackages © 2026

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