Install this libary through composer.
composer require pmb/rumahdewi
<?php
use rumahdewi\Rumahdewi_Client;
$client = new Rumahdewi_Client('ClientId');
$token = $client->getToken(); //this action will give you an token$client->getAgencyInfo($token);$client->addUser($token, $params);$client->addListing($token, $params);Visit our official website Rumahdewi.com