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

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

macropage/sdk-ebay-rest-taxonomy
================================

Use the Taxonomy API to discover the most appropriate eBay categories under which sellers can offer inventory items for sale, and the most likely categories under which buyers can browse or search for items to purchase. In addition, the Taxonomy API provides metadata about the required and recommended category aspects to include in listings, and also has two operations to retrieve parts compatibility information.

v2.0.1(1y ago)01.7k↓50%1unlicensePHPPHP ^7.4 || ^8.0

Since Jan 5Pushed 1y ago1 watchersCompare

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

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

sdk-ebay-rest-taxonomy
======================

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

Use the Taxonomy API to discover the most appropriate eBay categories under which sellers can offer inventory items for sale, and the most likely categories under which buyers can browse or search for items to purchase. In addition, the Taxonomy API provides metadata about the required and recommended category aspects to include in listings, and also has two operations to retrieve parts compatibility information.

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### 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-taxonomy.git"
    }
  ],
  "require": {
    "macropage/sdk-ebay-rest-taxonomy": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
