Skip to content

RetroChaos/TrustpilotBusinessUnitApi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trustpilot Business Unit API Client

A PHP library for accessing the Trustpilot Business Unit API.

This library was originally developed and open sourced by moneymaxim.

It has subsequently been forked and updated to use Guzzle7

Install

Install using composer:

composer install retrochaos/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

  • PHP 100.0%