moneymaxim / trustpilot-business-unit-api
PHP integration with the Trustpilot Business Unit API
Installs: 30 172
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 3
Open Issues: 0
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ~6.0
- moneymaxim/trustpilot-authenticator: ^0.1.1
This package is not auto-updated.
Last update: 2024-11-09 19:38:54 UTC
README
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