PHPackages                             slyusarchyn/yotpo-service - 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. slyusarchyn/yotpo-service

AbandonedArchivedLibrary[API Development](/categories/api)

slyusarchyn/yotpo-service
=========================

Laravel YOTPO service (YOTPO API)

v1.0.2(7y ago)171GPL-2.0PHPPHP ^7.1.3

Since Apr 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/slyusarchyn/yotpo-service)[ Packagist](https://packagist.org/packages/slyusarchyn/yotpo-service)[ RSS](/packages/slyusarchyn-yotpo-service/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (5)Used By (0)

Laravel YotpoService Package
============================

[](#laravel-yotposervice-package)

[![PHP](https://camo.githubusercontent.com/e63ffe02feb36072ab1a926941a33868e6a5d5b2b57dca60177e11645f784d63/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f736c79757361726368796e2f796f74706f2d736572766963652e737667)](https://github.com/slyusarchyn/yotpo-service)[![Downloads](https://camo.githubusercontent.com/92448470528c73b6432f0185e85d437dbf25adcaa206fb111dc98171a0c19019/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736c79757361726368796e2f796f74706f2d736572766963652e737667)](https://packagist.org/packages/slyusarchyn/yotpo-service)[![Stars](https://camo.githubusercontent.com/b7ceffcdb37083f331175e747a718ca9f8449338db59b5909bb1269e973b07ae/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f736c79757361726368796e2f796f74706f2d736572766963652e737667)](https://github.com/slyusarchyn/yotpo-service)

YOTPO API

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

[](#installation)

To install this package you will need:

- Laravel 5.5 +
- PHP &gt;= 7.1.3

Install via **composer** - edit your `composer.json` to require the package.

```
"require": {
    "slyusarchyn/yotpo-service": "1.0.*"
}
```

Then run `composer update` in your terminal to install it in.

OR

Run `composer require slyusarchyn/yotpo-service`

After installation you need to add the service provider to your `app.php` config file.

```
'providers' => [
    // ...
    Slyusarchyn\YotpoServiceProvider\YotpoServiceProvider::class,
    // ...
],
```

Configuration
-------------

[](#configuration)

Add configuration file `yotpo.php`

```
