PHPackages                             numerogeek/ebay-browse-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. numerogeek/ebay-browse-api

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

numerogeek/ebay-browse-api
==========================

&lt;p&gt;The Browse API has the following resources:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;b&gt; item\_summary: &lt;/b&gt; Lets shoppers search for specific items by keyword, GTIN, category, charity, product, image &lt;/b&gt;&lt;a href="/api-docs/static/versioning.html#experimental " target="\_blank"&gt;&lt;img src="/cms/img/docs/experimental-icon.svg" class="legend-icon experimental-icon" alt="Experimental Method" title="Experimental Method" /&gt;(Experimental Method)&lt;/a&gt;, or item aspects and refine the results by using filters, such as aspects, compatibility, and fields values, or UI parameters.&lt;/li&gt; &lt;li&gt;&lt;b&gt; item: &lt;/b&gt; &lt;ul&gt;&lt;li&gt;Lets you retrieve the details of a specific item or all the items in an item group, which is an item with variations such as color and size and check if a product is compatible with the specified item, such as if a specific car is compatible with a specific part.&lt;/li&gt; &lt;li&gt;Provides a bridge between the eBay legacy APIs, such as &lt;b&gt; Finding&lt;/b&gt;, and the RESTful APIs, which use different formats for the item IDs.&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;The &lt;b&gt; item\_summary&lt;/b&gt;, &lt;b&gt; search\_by\_image&lt;/b&gt;, and &lt;b&gt; item&lt;/b&gt; resource calls require an &lt;a href="/api-docs/static/oauth-client-credentials-grant.html"&gt;Application access token&lt;/a&gt;.&lt;/p&gt;

1.0(2y ago)24unlicensePHPPHP ^7.4 || ^8.0

Since May 18Pushed 2y ago1 watchersCompare

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

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

OpenAPIClient-php
=================

[](#openapiclient-php)

The Browse API has the following resources:

- **item\_summary:**  Lets shoppers search for specific items by keyword, GTIN, category, charity, product, image [![\"Experimental]( "\"Experimental")(Experimental Method)](\"/api-docs/static/versioning.html#experimental), or item aspects and refine the results by using filters, such as aspects, compatibility, and fields values, or UI parameters.
- **item:**
    - Lets you retrieve the details of a specific item or all the items in an item group, which is an item with variations such as color and size and check if a product is compatible with the specified item, such as if a specific car is compatible with a specific part.
    - Provides a bridge between the eBay legacy APIs, such as  **Finding**, and the RESTful APIs, which use different formats for the item IDs.

The  **item\_summary**,  **search\_by\_image**, and  **item** resource calls require an [Application access token](\"/api-docs/static/oauth-client-credentials-grant.html\").

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

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

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

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
