PHPackages                             bricre/ebay-api-commerce-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. [API Development](/categories/api)
4. /
5. bricre/ebay-api-commerce-taxonomy

Abandoned → [bricre/ebay-sdk-commerce-taxonomy](/?search=bricre%2Febay-sdk-commerce-taxonomy)ArchivedLibrary[API Development](/categories/api)

bricre/ebay-api-commerce-taxonomy
=================================

API client generated from eBay's OpenAPI definition

1.0.0.1(4y ago)05Apache-2.0PHP

Since Sep 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/bricre/ebay-sdk-php-commerce-taxonomy)[ Packagist](https://packagist.org/packages/bricre/ebay-api-commerce-taxonomy)[ RSS](/packages/bricre-ebay-api-commerce-taxonomy/feed)WikiDiscussions master Synced today

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

(Unofficial) eBay API client (PHP) - Commerce / Taxonomy
========================================================

[](#unofficial-ebay-api-client-php---commerce--taxonomy)

Code generated from eBay's Swagger file using [allansun/openapi-code-generator](https://github.com/allansun/openapi-code-generator).

Generated code is well self-documented with proper PHPDoc annotations.

Please refer to [eBay's documentation](https://developer.ebay.com/api-docs/sell/account/overview.html) for detailed API behaviour explanation.

Installation
------------

[](#installation)

```
composer require bricre/ebay-api-commerce-taxonomy
```

You will also need a [PSR-7 based client](https://www.php-fig.org/psr/psr-7/)or [Symfony's HTTP Foundation based client](https://symfony.com/doc/current/http_client.html)

So either use Guzzle (or any other PSR-7 compatible clients)

```
composer require guzzlehttp/guzzle
```

**or** Symfony HTTP Client

```
composer require symfony/http-client
```

Versioning
----------

[](#versioning)

Starting from version v1.0.0, this project will match according eBay API's versioning. Should you found a matching version not being available. Please contact the author to generate against correct version.

Usage
-----

[](#usage)

First you need to configure [OpenAPI\\RunTime\\Client](https://github.com/allansun/openapi-runtime/blob/master/src/Client.php)with required credentials and predefined responses types. You only need to do this once (or create a service in your dependency injection).

```
