PHPackages                             afzafri/skynet-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/skynet-tracking-api

ActiveLibrary[API Development](/categories/api)

afzafri/skynet-tracking-api
===========================

Return JSON formatted string of Skynet Tracking details

21.7k2PHP

Since Jan 8Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Skynet Tracking API
===================

[](#skynet-tracking-api)

- Return JSON formatted string of Skynet Tracking details
- I have been looking for Skynet API but I cannot find the one that actually work and easy to use, so, I developed my own.
- Can be use for tracking the Skynet 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 Skynet Tracking website, so if there are any problem with the site, this API will also affected.

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

[](#installation)

`composer require afzafri/skynet-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": "23 Apr 2019 ",
      "time": "5:55PM",
      "process": "Delivered",
      "location": "CENTRAL REGION 2"
    },
    {
      "date": "23 Apr 2019 ",
      "time": "9:09AM",
      "process": "Out For Delivery",
      "location": "CENTRAL REGION 2"
    },
    {
      "date": "19 Apr 2019 ",
      "time": "7:02AM",
      "process": "Arrived Cr2",
      "location": "CENTRAL REGION 2"
    },
    {
      "date": "18 Apr 2019 ",
      "time": "8:32PM",
      "process": "Departed To Hub",
      "location": "Subang Jaya"
    },
    {
      "date": "18 Apr 2019 ",
      "time": "6:56PM",
      "process": "Arrived At Sorting Facility",
      "location": "Subang Jaya"
    }
  ],
  "info": {
    "creator": "Afif Zafri (afzafri)",
    "project_page": "https://github.com/afzafri/Skynet-Tracking-API",
    "date_updated": "15/01/2020"
  }
}
```

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

[](#created-by)

- Afif Zafri
- Date: 21/12/2016
- Updated At: 15/01/2020
- Contact:

License
=======

[](#license)

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

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 91.2% 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 (31 commits)")[![akifrabbani](https://avatars.githubusercontent.com/u/1407235?v=4)](https://github.com/akifrabbani "akifrabbani (3 commits)")

---

Tags

apijson-stringmalaysiaphpshipment-tracking

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/afzafri-skynet-tracking-api/health.svg)](https://phpackages.com/packages/afzafri-skynet-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)
