PHPackages                             bricre/ebay-api-buy-offer - 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-buy-offer

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

bricre/ebay-api-buy-offer
=========================

API client generated from eBay's OpenAPI definition

1\_beta.0.1.1(4y ago)00Apache-2.0PHP

Since Sep 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/bricre/ebay-sdk-php-buy-offer)[ Packagist](https://packagist.org/packages/bricre/ebay-api-buy-offer)[ RSS](/packages/bricre-ebay-api-buy-offer/feed)WikiDiscussions master Synced 2d ago

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

(Unofficial) eBay API client (PHP) - Buy / Offer
================================================

[](#unofficial-ebay-api-client-php---buy--offer)

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/buy/offer/overview.html) for detailed API behaviour explanation.

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

[](#installation)

```
composer require bricre/ebay-api-sell-account
```

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\_beta.0.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).

```
