PHPackages                             eosvn/laravel-a2reviews-client-api - 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. eosvn/laravel-a2reviews-client-api

ActiveLibrary[API Development](/categories/api)

eosvn/laravel-a2reviews-client-api
==================================

The laravel package integrate with A2Reviews Client API system. Development by A2Reviews, Inc.

v1.0.0(4y ago)23MITPHPPHP ^7.2|^7.3|^7.4|^8.0

Since Sep 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/eosvn/laravel-a2reviews-client-api)[ Packagist](https://packagist.org/packages/eosvn/laravel-a2reviews-client-api)[ Docs](https://github.com/eosvn/laravel-a2reviews-client-api)[ RSS](/packages/eosvn-laravel-a2reviews-client-api/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

[![](https://camo.githubusercontent.com/1532ecb599e284eb74cf7df82898be91dbaa5234bce289e1652ccc7a8f2c9968/68747470733a2f2f61327265762e636f6d2f5f6e7578742f696d672f663436336466322e737667)](https://a2rev.com)

[![Total Downloads](https://camo.githubusercontent.com/870104505d20ef7c839bcc7401cbb338a47087d3e813b7a56b924fc768edc743/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656f73766e2f6c61726176656c2d6132726576696577732d636c69656e742d617069)](https://packagist.org/packages/eosvn/laravel-a2reviews-client-api)[![Latest Stable Version](https://camo.githubusercontent.com/e23985a72605738264df77339ede14492e45f73067edd39f5524671c1e6b1760/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656f73766e2f6c61726176656c2d6132726576696577732d636c69656e742d617069)](https://packagist.org/packages/eosvn/laravel-a2reviews-client-api)[![License](https://camo.githubusercontent.com/0138e8caf21fb710a82f8b19154001d9f3570e0f56f1a408c04c2281e8a5f107/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f656f73766e2f6c61726176656c2d6132726576696577732d636c69656e742d617069)](https://packagist.org/packages/eosvn/laravel-a2reviews-client-api)[![Latest Stable Version](https://camo.githubusercontent.com/642e8adfba6a147e88398035439717b22177d76d726ea9c43cf98d494421fbd0/68747470733a2f2f706f7365722e707567782e6f72672f656f73766e2f6c61726176656c2d6132726576696577732d636c69656e742d6170692f762f737461626c65)](https://packagist.org/packages/eosvn/laravel-a2reviews-client-api)[![Latest Unstable Version](https://camo.githubusercontent.com/699d98b7fc80b809aa7c507fe0077e00c1c050083d7cb3951e840f508bd56fb0/68747470733a2f2f706f7365722e707567782e6f72672f656f73766e2f6c61726176656c2d6132726576696577732d636c69656e742d6170692f762f756e737461626c65)](https://packagist.org/packages/eosvn/laravel-a2reviews-client-api)[![composer.lock](https://camo.githubusercontent.com/815e7eddc4d8eaa58917dc3fdc8de4820acac3cf91634576da3b199f20d359d1/68747470733a2f2f706f7365722e707567782e6f72672f656f73766e2f6c61726176656c2d6132726576696577732d636c69656e742d6170692f636f6d706f7365726c6f636b)](https://packagist.org/packages/eosvn/laravel-a2reviews-client-api)

Overview
--------

[](#overview)

[Laravel A2Reviews Client API](https://github.com/eosvn/laravel-a2reviews-client-api) lets you build apps, extensions or plugins to get reviews from the A2reviews APP. Including adding reviews to a store's products. It is used to import and export reviews through the API. This is the official package built and developed by A2Reviews, Inc.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.2
- [Composer](https://getcomposer.org/download/)
- [Guzzle](https://guzzle.readthedocs.io/en/latest/overview.html#requirements)

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

[](#installation)

Execute the following command to get the package:

```
composer require eosvn/laravel-a2reviews-client-api
```

Update `.env`

```
A2REV_SITE_API_KEY=
A2REV_SITE_API_SECRET=
```

Usage
-----

[](#usage)

Create an instance of the A2Reviews Client, then used to access the A2Reviews Client API.

```
