PHPackages                             redzjovi/shipment-tracking - 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. redzjovi/shipment-tracking

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

redzjovi/shipment-tracking
==========================

Track your shipment

044↓100%PHP

Since Apr 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/redzjovi/php-shipment)[ Packagist](https://packagist.org/packages/redzjovi/shipment-tracking)[ RSS](/packages/redzjovi-shipment-tracking/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Synopsis
--------

[](#synopsis)

PHP track your shipment.

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

[](#installation)

```
composer require redzjovi/shipment

```

How to use Jne
--------------

[](#how-to-use-jne)

```
/*
 * @param [string] $trackingNumber
 * @return [array] $result
 * [
 *      'tracking_number' => '011360133141818',
 *      'courier' => 'jne',
 *      'courier_code' => 'REG15',
 *      'tracking_number' => '011360133141818',
 *      'courier' => 'jne',
 *      'courier_code' => 'REG15',
 *      'date' => '01-Jan-1970 (07:00)',
 *      'date_format' => '1970-01-01',
 *      'sender' => 'HD.BODYFITSTATION',
 *      'receiver' => '15 RICKY',
 *      'send_from' => 'JAKARTA',
 *      'send_to' => 'SUKOMANUNGGAL ,SURAB',
 *      'status' => 'ON PROCESS',
 *      'histories' => [
 *          [
 *              'date' => '27-02-2018 18:45:00',
 *              'date_format' => '2018-02-27',
 *              'description' => 'SHIPMENT RECEIVED BY JNE COUNTER OFFICER AT [JAKARTA]'
 *          ],
 *          ...
 *      ],
 * ];
 */
$shipment = new \redzjovi\shipment\v1\tracking\Jne;
$track = $shipment->track('011360133141818');
var_dump($track);

```

How to use Pos
--------------

[](#how-to-use-pos)

```
/*
 * @param [string] $trackingNumber
 * @return [array] $result
 * [
 *      'tracking_number' => '15356195691',
 *      'courier' => 'pos',
 *      'courier_code' => 'POS Indonesia (POS)',
 *      'date' => '2016-12-16',
 *      'date_format' => '2016-12-16',
 *      'sender' => '',
 *      'receiver' => '',
 *      'send_from' => '',
 *      'send_to' => ''',
 *      'status' => 'Orang Serumah;',
 *      'histories' => [
 *          [
 *              'date' => '2016-12-16 09:11:50',
 *              'date_format' => '2016-12-16 09:11:50',
 *              'description' => 'POSTING LOKET Jakartautaratelukgong'
 *          ],
 *          ...
 *      ],
 * ];
 */
$shipment = new \redzjovi\shipment\v1\tracking\Pos;
$track = $shipment->track('15356195691');
var_dump($track);

```

How to use Tiki
---------------

[](#how-to-use-tiki)

```
/*
 * @param [string] $trackingNumber
 * @return [array] $result
 * [
 *      'receipt_number' => '030071590590',
 *      'courier' => 'tiki',
 *      'courier_code' => 'ONS',
 *      'date' => '17-Jul 14:08',
 *      'sender' => 'BODYFITSTATION.COM',
 *      'receiver' => 'MULUK',
 *      'send_from => 'JAKARTA-',
 *      'send_to => 'JL.KYAI SAHLAN 21\/02 MANYAR -GRESIK',
 *      'status' => 'Success / RECEIVED BY: HARIS',
 *      'histories => [
 *          [
 *              'date' => '17-Jul 14:08',
 *              'date_format' => '2017-07-17',
 *              'description' => 'Success / RECEIVED BY: HARIS Di [GRESIK]',
 *          ],
 *          ...
 *      ],
 * ];
 */
$shipment = new \redzjovi\shipment\v1\tracking\Tiki;
$track = $shipment->track('030071590590');
var_dump($track);

```

How to use Dynamic Courier
--------------------------

[](#how-to-use-dynamic-courier)

```
$shipment = new \redzjovi\shipment\v1\tracking\Tracking('pos');
$track = $shipment->track('15356195691');
dump($track);

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/83a398c6cd990b89e043326de27ac6807137e2e952069f9751ab57aa08ae4c10?d=identicon)[redzjovi](/maintainers/redzjovi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/redzjovi-shipment-tracking/health.svg)

```
[![Health](https://phpackages.com/badges/redzjovi-shipment-tracking/health.svg)](https://phpackages.com/packages/redzjovi-shipment-tracking)
```

###  Alternatives

[zlikavac32/php-enum

Better PHP enum support

225.6k5](/packages/zlikavac32-php-enum)

PHPackages © 2026

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