PHPackages                             toin0u/trustpilot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. toin0u/trustpilot

ActiveLibrary[API Development](/categories/api)

toin0u/trustpilot
=================

Trustpilot wrapper PHP 5.3+ library

0.1.6(12y ago)320.1k3MITPHPPHP &gt;=5.3.0

Since Apr 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/toin0u/Trustpilot)[ Packagist](https://packagist.org/packages/toin0u/trustpilot)[ Docs](https://github.com/toin0u/Trustpilot)[ RSS](/packages/toin0u-trustpilot/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

Trustpilot
==========

[](#trustpilot)

**Please note that the JSON feed has been [discontinued](https://github.com/trustpilot/developers/issues/27#issuecomment-75207809)**

This PHP 5.3+ library helps you to interact with the [Trustpilot Developer Feed](http://trustpilot.github.com/developers/).

[![Build Status](https://camo.githubusercontent.com/822b89ce67240536810959869b1ad3c990276dd7e187968b451267a5c363df28/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f746f696e30752f547275737470696c6f742e706e67)](http://travis-ci.org/toin0u/Trustpilot)[![Coverage Status](https://camo.githubusercontent.com/9d9731d69cfa7fee9851f7df56be3cb681e5dcdfd933a741e95da17e5487372e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f746f696e30752f547275737470696c6f742f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/toin0u/Trustpilot)[![Latest Stable Version](https://camo.githubusercontent.com/ed54c260040de9e5fce57eb16080a278a4f144b2a5cf42f0c819d19cd182ca6f/68747470733a2f2f706f7365722e707567782e6f72672f746f696e30752f747275737470696c6f742f762f737461626c652e706e67)](https://packagist.org/packages/toin0u/trustpilot)[![Total Downloads](https://camo.githubusercontent.com/0873ed8e49cefc535ed6b6500e3d99d84df585acd495c910b8950feff266f40a/68747470733a2f2f706f7365722e707567782e6f72672f746f696e30752f747275737470696c6f742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/toin0u/trustpilot)[![SensioLabsInsight](https://camo.githubusercontent.com/d88b6444b94491515b3946467268ad07f5abc7b1222f8c30a3001f5241fbcdef/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f30343734343137622d323761622d343131362d613931312d3434326662663539373065612f6d696e692e706e67)](https://insight.sensiolabs.com/projects/0474417b-27ab-4116-a911-442fbf5970ea)

Installation
------------

[](#installation)

This library can be found on [Packagist](https://packagist.org/packages/toin0u/trustpilot). The recommended way to install this is through [composer](http://getcomposer.org).

Run these commands to install composer, the library and its dependencies:

```
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar require toin0u/trustpilot:@stable
```

Now you can add the autoloader, and you will have access to the library:

```
