PHPackages                             afzafri/gd-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. [API Development](/categories/api)
4. /
5. afzafri/gd-express-tracking-api

ActiveLibrary[API Development](/categories/api)

afzafri/gd-express-tracking-api
===============================

Return JSON formatted string of GDEX Tracking details

41.8k2PHP

Since Jan 8Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

GD Express (GDEX) Tracking API
==============================

[](#gd-express-gdex-tracking-api)

- Return JSON formatted string of GDEX Tracking details
- Can be use for tracking the GDEX parcel in your own project/system
- Note:
    - This is not the official API, this is actually just a "hack", or workaround for obtaining the tracking data.
    - This API will fetch data directly from the GDEX Tracking website, so if there are any problem with the site, this API will also affected.

Created By
==========

[](#created-by)

- Afif Zafri
- Date: 22/02/2017
- Updated At: 16/01/2020
- Contact:

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

[](#installation)

`composer require afzafri/gd-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",
  "message": "Record Found",
  "data": [
    {
      "date_time": "2020-09-21 17:15:47",
      "status": "Delivered",
      "location": "Kuching"
    },
    {
      "date_time": "2020-09-21 10:16:54",
      "status": "Out for delivery",
      "location": "Kuching"
    },
    {
      "date_time": "2020-09-12 10:08:34",
      "status": "Inbound to KCH station",
      "location": "Kuching"
    },
    {
      "date_time": "2020-09-09 03:07:08",
      "status": "In transit",
      "location": "Petaling Jaya"
    },
    {
      "date_time": "2020-09-09 02:55:00",
      "status": "In transit",
      "location": "Petaling Jaya"
    },
    {
      "date_time": "2020-09-08 19:03:50",
      "status": "Outbound from JHB station",
      "location": "Johor Bharu"
    },
    {
      "date_time": "2020-09-08 16:23:41",
      "status": "Picked up by courier",
      "location": "Johor Bharu"
    }
  ],
  "info": {
    "creator": "Afif Zafri (afzafri)",
    "project_page": "https://github.com/afzafri/GD-Express-Tracking-API",
    "date_updated": "16/01/2020"
  }
}
```

License
=======

[](#license)

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

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

### 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 (22 commits)")[![akifrabbani](https://avatars.githubusercontent.com/u/1407235?v=4)](https://github.com/akifrabbani "akifrabbani (1 commits)")

---

Tags

apijson-stringmalaysiaphpshipment-tracking

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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