PHPackages                             k4ml/postrack - 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. k4ml/postrack

ActiveLibrary

k4ml/postrack
=============

Malaysian courier tracker library

2142PHP

Since Jan 7Pushed 8y ago3 watchersCompare

[ Source](https://github.com/k4ml/postrack)[ Packagist](https://packagist.org/packages/k4ml/postrack)[ RSS](/packages/k4ml-postrack/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Quickstart
----------

[](#quickstart)

Add the following to `composer.json` in your project:-

```
"require": {
    "k4ml/postrack": "@dev"
},

```

Run `composer update`.

To test the included command line client:-

```
php vendor/bin/tracker.php check

```

Output should look like:-

[![](https://camo.githubusercontent.com/bc3253a9c3e34e2cb0ea5f12a03bf63edfb1b66586b27748a8d35ad38432748b/687474703a2f2f692e696d6775722e636f6d2f4c53496545654b2e706e67 "postrack output")](http://imgur.com/LSIeEeK)

To use the library in your application:-

```
