All Projects → bachors → Ongkir-API

bachors / Ongkir-API

Licence: MIT License
PHP Class untuk mendapatkan ongkir Tiki dan JNE dalam format JSON langsung melalui web tiki-online.com & jne.co.id dengan menggunakan cURL dan simple html dom.

Programming Languages

PHP
23972 projects - #3 most used programming language

Create API ongkir on your own website

PHP Class untuk mendapatkan ongkir Tiki dan JNE dalam format JSON langsung melalui web tiki-online.com & jne.co.id dengan menggunakan cURL dan simple html dom.

Install

<?php

// Include library ongkir require("lib/ongkir.php");

// Create objek ongkir(dari, ke, berat) $ongkir = new ongkir('bandung', 'surabaya', 5);

// Menampilkan ongkir JNE echo $ongkir->jne();

/* Menampilkan ongkir TIKI echo $ongkir->tiki(); */

/* Menampilkan error echo $ongkir->errorcoy("Message"); */

?>

Screenshot

Thanks for contribution. Ongkir API by ncaneldiee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].