PHP code example of cyril-bochet / immodvisor-api-client

1. Go to this page and download the library: Download cyril-bochet/immodvisor-api-client library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

cyril-bochet / immodvisor-api-client example snippets


composer 


use ImmodvisorApiClient\Immodvisor\Immodvisor;


$clientFeedback = new Immodvisor();

$last_review =  $clientFeedback->lastReviews('API-Key','SALTIN','SALTOUT','COMPANY ID or null to get all company branches feedback','number of feedback');

$header =  $clientFeedback->headerReviews('API-Key','SALTIN','SALTOUT','COMPANY ID');