cyril-bochet/immodvisor-api-client

API client for Immodvisor.

1.1 2023-11-30 09:38 UTC

This package is auto-updated.

Last update: 2024-05-30 00:49:19 UTC


README

This composer package allows you to get all immodvisor client feedbacks

Installation

composer require cyril-bochet/immodvisor-api-client

Usage

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');