PHPackages                             nogrod/ebay-sell-feed-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. [HTTP &amp; Networking](/categories/http)
4. /
5. nogrod/ebay-sell-feed-php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

nogrod/ebay-sell-feed-php-sdk
=============================

&lt;p&gt;The &lt;strong&gt;Feed API&lt;/strong&gt; lets sellers upload input files, download reports and files including their status, filter reports using URI parameters, and retrieve customer service metrics task details.&lt;/p&gt;

v0.3.4(6mo ago)0269unlicensePHPPHP ^8.1

Since Apr 29Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Nogrod/ebay-sell-feed-php-sdk)[ Packagist](https://packagist.org/packages/nogrod/ebay-sell-feed-php-sdk)[ Docs](https://openapi-generator.tech)[ RSS](/packages/nogrod-ebay-sell-feed-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (5)Versions (10)Used By (0)

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

[](#openapiclient-php)

The **Feed API** lets sellers upload input files, download reports and files including their status, filter reports using URI parameters, and retrieve customer service metrics task details.

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 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.com/nogrod/ebay-sell-feed-php-sdk.git"
    }
  ],
  "require": {
    "nogrod/ebay-sell-feed-php-sdk": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
