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

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

cdma-numiscorner/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(1y ago)0312unlicensePHPPHP &gt;=7.2

Since Jul 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/cdma-numiscorner/EbayTaxonomyApi)[ Packagist](https://packagist.org/packages/cdma-numiscorner/ebay-taxonomy-api)[ Docs](https://openapi-generator.tech)[ RSS](/packages/cdma-numiscorner-ebay-taxonomy-api/feed)WikiDiscussions master Synced 1mo ago

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)

Regenerate client from openApi specs

```
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli:v5.0.1 generate -i https://developer.ebay.com/api-docs/master/commerce/taxonomy/openapi/3/commerce_taxonomy_v1_oas3.json -g php --git-user-id cdma-numiscorner --git-host github.com --git-repo-id ebay-taxonomy-api --invoker-package 'OpenAPI\EbayTaxonomyApiClient' --artifact-version 1.0 -o /local
```

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/cdma-numiscorner/ebay-taxonomy-api.git"
    }
  ],
  "require": {
    "cdma-numiscorner/ebay-taxonomy-api": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
