PHPackages                             nogrod/ebay-sell-metadata-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-metadata-php-sdk

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

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

The Metadata API has operations that retrieve configuration details pertaining to the different eBay marketplaces. In addition to marketplace information, the API also has operations that get information that helps sellers list items on eBay.

v0.1.3(8mo ago)0341unlicensePHPPHP ^8.1

Since Nov 29Pushed 2mo ago1 watchersCompare

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

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

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

[](#openapiclient-php)

The Metadata API has operations that retrieve configuration details pertaining to the different eBay marketplaces. In addition to marketplace information, the API also has operations that get information that helps sellers list items on eBay.

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

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
