PHPackages                             zvps/ebay-sell-recommendation-php-client - 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. zvps/ebay-sell-recommendation-php-client

ActiveLibrary[API Development](/categories/api)

zvps/ebay-sell-recommendation-php-client
========================================

The Recommendation API returns information that sellers can use to optimize the configuration of their listings on eBay. Currently, the API contains a single method, findListingRecommendations. This method provides information that sellers can use to configure Promoted Listings ad campaigns to maximize the visibility of their items in the eBay marketplace.

032PHP

Since Jul 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/zVPS/ebay-sell-recommendation-php-client)[ Packagist](https://packagist.org/packages/zvps/ebay-sell-recommendation-php-client)[ RSS](/packages/zvps-ebay-sell-recommendation-php-client/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

The Recommendation API returns information that sellers can use to optimize the configuration of their listings on eBay. Currently, the API contains a single method, findListingRecommendations. This method provides information that sellers can use to configure Promoted Listings ad campaigns to maximize the visibility of their items in the eBay marketplace.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github/zvps/ebay-sell-recommendation-php-client.git"
    }
  ],
  "require": {
    "zvps/ebay-sell-recommendation-php-client": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
