hualoqueros / smartcityjakarta
SDK for API smartcity jakarta
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/hualoqueros/smartcityjakarta
Requires
- guzzlehttp/guzzle: ^6.3@dev
This package is not auto-updated.
Last update: 2026-01-18 13:23:54 UTC
README
SDK for API smartcity jakarta
What it is?
This is PHP SDK for access to http://api.jakarta.go.id/
Installation
- You have to register at http://api.jakarta.go.id/
- Login and create new APP
- Select All API service
- Click Create Button
- 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..