hualoqueros/smartcityjakarta

There is no license information available for the latest version (dev-master) of this package.

SDK for API smartcity jakarta

dev-master 2018-08-20 08:08 UTC

This package is not auto-updated.

Last update: 2025-05-25 08:58:25 UTC


README

SDK for API smartcity jakarta

What it is?

This is PHP SDK for access to http://api.jakarta.go.id/

Installation

  1. You have to register at http://api.jakarta.go.id/
  2. Login and create new APP
  3. Select All API service
  4. Click Create Button
  5. Now you have Token for your app (click your App Name)

Run this with your composer:

composer require hualoqueros/smartcityjakarta

Example

This is simple example :

$token = "This is your token"
$class = new SmartCity\Jakarta($token);
echo $class->getRW();

Development

We still updating for more endpoint..