PHPackages                             macropage/sdk-ebay-rest-media - 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. macropage/sdk-ebay-rest-media

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

macropage/sdk-ebay-rest-media
=============================

The &lt;b&gt;Media API&lt;/b&gt; lets sellers to create, upload, and retrieve files, including:&lt;ul&gt;&lt;li&gt;videos&lt;/li&gt;&lt;li&gt;documents (for GPSR regulations)&lt;/li&gt;&lt;/ul&gt;

v1.2.0-beta.1(1y ago)01.5k↓50%1unlicensePHPPHP ^7.3 || ^8.0

Since Nov 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/michabbb/sdk-ebay-rest-media)[ Packagist](https://packagist.org/packages/macropage/sdk-ebay-rest-media)[ Docs](https://openapi-generator.tech)[ RSS](/packages/macropage-sdk-ebay-rest-media/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (5)Used By (0)

sdk-ebay-rest-media
===================

[](#sdk-ebay-rest-media)

The **Media API** lets sellers to create, upload, and retrieve files, including:

- videos
- documents (for GPSR regulations)

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.3 and later. Should also work with PHP 8.0 but has not been tested.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/macropage/sdk-ebay-rest-media.git"
    }
  ],
  "require": {
    "macropage/sdk-ebay-rest-media": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
