mirror of
https://github.com/cubixle/trustpilot-api-wrapper.git
synced 2026-04-24 19:54:43 +01:00
Updated readme.
This commit is contained in:
@@ -11,4 +11,7 @@ include $dir . '/vendor/autoload.php';
|
||||
|
||||
$trustPilot = new \LukeRodham\TrustPilot\TrustPilot($apikey = '');
|
||||
$reviews = $trustPilot->reviews()->latest(['language' => 'en']);
|
||||
$starRating = $trustPilot->reviews()->getStarRating();
|
||||
$numberOfReviews = $trustPilot()->reviews()->getTotalNumberOfReviews();
|
||||
$trustScore = $trustPilot()->reviews()->getTrustScore();
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user