PHPackages                             minotaurlogistics/ebay-taxonomy-api - 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. minotaurlogistics/ebay-taxonomy-api

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

minotaurlogistics/ebay-taxonomy-api
===================================

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.

1.0(4y ago)04unlicensePHPPHP &gt;=7.2

Since Jun 22Pushed 4y agoCompare

[ Source](https://github.com/MinotaurLogistics/EbayTaxonomyApi)[ Packagist](https://packagist.org/packages/minotaurlogistics/ebay-taxonomy-api)[ Docs](https://openapi-generator.tech)[ RSS](/packages/minotaurlogistics-ebay-taxonomy-api/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (2)Used By (0)

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

[](#openapiclient-php)

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.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.com/minotaurlogistics/ebay-taxonomy-api.git"
    }
  ],
  "require": {
    "minotaurlogistics/ebay-taxonomy-api": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
