mirror of
https://github.com/cubixle/trustpilot-api-wrapper.git
synced 2026-07-22 19:16:07 +01:00
b6786ddeacd3705ab0ee472fa849a1e4a4bfe9fa
trustpilot-api-wrapper
Simple wrapper for the trustpilot api.
Currently only supports the api to retreive a companies reviews.
<?php
$dir = dirname(__DIR__);
include $dir . '/vendor/autoload.php';
$trustPilot = new \LukeRodham\TrustPilot\TrustPilot($apikey = '');
$reviews = $trustPilot->reviews()->latest(['language' => 'en']);
Languages
PHP
100%