PHP code example of coimstark / gtrack

1. Go to this page and download the library: Download coimstark/gtrack library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

coimstark / gtrack example snippets




use GTrack\GTrack;

$GTrack = new GTrack();
$cek    = $GTrack->jne('011440046444019');

var_dump($cek);

$proxy  = '192.168.1.1:1111';
$GTrack = new GTrack($proxy);

GTrack::jne('xxxxxxx')
GTrack::jnt('xxxxxxx')
GTrack::tiki('xxxxxxx')
GTrack::pos('xxxxxxx')
GTrack::wahana('xxxxxxx')
GTrack::siCepat('xxxxxxx')
GTrack::ninjaXpress('xxxxxxx')
GTrack::jetExpress('xxxxxxx')