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
Requires
- guzzlehttp/guzzle: ^6.3@dev
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
- 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..