Skip to content

A PHP library for accessing the Trustpilot Business Unit API.

License

Notifications You must be signed in to change notification settings

moneymaxim/TrustpilotBusinessUnitApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trustpilot Business Unit API Client

Latest Stable Version Total Downloads License

A PHP library for accessing the Trustpilot Business Unit API.

This library has been developed and open sourced by moneymaxim.

We are currently on the look out for PHP programming talent, so please get in touch if you are interested.

Install

Install using composer:

composer install moneymaxim/trustpilot-business-unit-api

Usage

$client = new Trustpilot\Api\BusinessUnit\Client($apiKey);

// $client->find($domain): array
// $client->get($businessUnitId): array
// $client->getReviews($businessUnitId): array
// $client->getReviews($businessUnitId, ['perPage' => 5, 'page' => 2]): array

About

A PHP library for accessing the Trustpilot Business Unit API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages