moneymaxim/trustpilot-business-unit-api

PHP integration with the Trustpilot Business Unit API

Maintainers

Package info

github.com/moneymaxim/TrustpilotBusinessUnitApi

pkg:composer/moneymaxim/trustpilot-business-unit-api

Statistics

Installs: 30 173

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v0.1.0 2016-01-27 16:06 UTC

This package is not auto-updated.

Last update: 2026-03-01 02:17:35 UTC


README

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