PHPackages                             bricre/ebay-api-sell-feed - 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. bricre/ebay-api-sell-feed

Abandoned → [bricre/ebay-sdk-sell-feed](/?search=bricre%2Febay-sdk-sell-feed)ArchivedLibrary

bricre/ebay-api-sell-feed
=========================

API client generated from eBay's OpenAPI definition

1.3.1.1(4y ago)06Apache-2.0PHP

Since Sep 2Pushed 4y ago1 watchersCompare

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

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

(Unofficial) eBay API client (PHP) - Sell / Feed
================================================

[](#unofficial-ebay-api-client-php---sell--feed)

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-sell-feed
```

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.3.1, 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).

```
