ncaneldiee / rajaongkir
PHP Raja Ongkir API
Installs: 1 214
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 2
Open Issues: 1
pkg:composer/ncaneldiee/rajaongkir
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2025-10-26 01:38:21 UTC
README
A PHP library which implement the complete functionality of Raja Ongkir API.
Courier services : jne, pos, tiki, esl, pcp, rpx, cahaya, dse, first, indah, jet, jnt, nss, ncs, pahala, pandu, sap, sicepat, slis, star, wahana.
Requirements
Installation
Using composer.
$ composer require ncaneldiee/rajaongkir
Example
use Ncaneldiee\Rajaongkir; $rajaongkir = new Rajaongkir\Domestic(YOUR_API_KEY); $rajaongkir->cost($origin, $destination, $weight, $courier); $rajaongkir->waybill($tracking_number, $courier);
Full documentation can be found at the wiki.
License
The MIT License (MIT). Please see LICENSE for more information.