2017 © Pedro Peláez
 

library tiki

Tiki Online Wrapper

image

totox777/tiki

Tiki Online Wrapper

  • Friday, May 16, 2014
  • by totox777
  • Repository
  • 1 Watchers
  • 1 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel-4-TIKI [http://www.tiki-online.com]

Laravel 4 ongkir tiki, curl based, (*1)


add this line to your composer.json, (*2)

"totox777/tiki": "dev-master"

and then, Run :, (*3)

composer update to pull down the latest version., (*4)

add this line to your app.php provider array:, (*5)

'Totox777\Tiki\TikiServiceProvider',

and add this line to app.php aliases array:, (*6)

'Tiki' => 'Totox777\Tiki\Facades\Profiler',

Sample Usage:, (*7)

$xxx = Tiki::getCost("denpasar", "bandung",1);
if($xxx!=null){
    foreach ($xxx as $hasil)
    {
        echo 'Layanan: ' . $hasil['layanan'] . ', dengan harga : Rp. ' . $hasil['harga'] . ',- <br />';
    }
}
else{
    echo "Tidak ditemukan jalur pengiriman, silahkan coba kota terdekat";
}

The Versions

16/05 2014

dev-master

9999999-dev

Tiki Online Wrapper

  Sources   Download

BSD-2-Clause

The Requires

 

by @totox777