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

ActiveLibrary[API Development](/categories/api)

shopapi/ebay-api
================

uses ebay API to access to search capabilities on the eBay platform

0.2(11y ago)021MITPHP

Since Apr 22Pushed 9y agoCompare

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

READMEChangelog (2)DependenciesVersions (4)Used By (0)

ebay-api
========

[](#ebay-api)

uses ebay API to access to search capabilities on the eBay platform

install bundle
--------------

[](#install-bundle)

### Step 1: Download EbayApiBundle using composer

[](#step-1-download-ebayapibundle-using-composer)

###### Add EbayApiBundle in your composer.json:

[](#add-ebayapibundle-in-your-composerjson)

```
`{
    "require": {
        "shopapi/ebay-api": "~0.1"
    }
}`

```

Step 2: Enable the bundle
-------------------------

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
