PHPackages                             rivio/rivio-php-sdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rivio/rivio-php-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rivio/rivio-php-sdk
===================

Rivio PHP SDK

1.2.7(7y ago)04062[1 PRs](https://github.com/rivioreviews/rivio-php-sdk/pulls)MITPHPPHP &gt;=5.2.0

Since Dec 10Pushed 7y ago2 watchersCompare

[ Source](https://github.com/rivioreviews/rivio-php-sdk)[ Packagist](https://packagist.org/packages/rivio/rivio-php-sdk)[ RSS](/packages/rivio-rivio-php-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)DependenciesVersions (32)Used By (0)

Rivio PHP SDK
=============

[](#rivio-php-sdk)

The Rivio PHP SDK provides integration access to the Rivio API.

Dependencies
------------

[](#dependencies)

PHP version &gt;= 5.2.0 is required.

Install and configure
---------------------

[](#install-and-configure)

### Get started with our PHP SDK by hitting the download link below.

[](#get-started-with-our-php-sdk-by-hitting-the-download-link-below)

[Download](https://github.com/rivioreviews/rivio-php-sdk/archive/master.zip)

### Or use composer

[](#or-use-composer)

[Composer](http://getcomposer.org/doc/01-basic-usage.md) is a package manager for PHP. In the `composer.json` file in your project add:

```
{
  "require" : {
    "rivio/rivio-php-sdk": "*"
  }
}
```

And then run:

```
php composer.phar install

```

Quick Start Examples
--------------------

[](#quick-start-examples)

For testing, you will need your **Rivio API key** and your **Secret key**. You can get them, from **[here](http://dashboard.getrivio.com/dashboard/settings/business)**.

### Product Reviews Widget

[](#product-reviews-widget)

```
