PHPackages                             nogrod/ebay-buy-browse-php-sdk - 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. nogrod/ebay-buy-browse-php-sdk

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

nogrod/ebay-buy-browse-php-sdk
==============================

The Browse API has the following resources:&lt;ul&gt;&lt;li&gt;&lt;b&gt;item\_summary:&lt;/b&gt;&lt;br&gt;Allows shoppers to search for specific items by keyword, GTIN, category, charity, product, image, 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;br&gt;Allows shoppers to retrieve the details of a specific item or all 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;br&gt;&lt;br&gt;This resource also provides a bridge between the eBay legacy APIs, such as the &lt;a href="/api-docs/user-guides/static/finding-user-guide-landing.html" target="\_blank"&gt;Finding&lt;/b&gt;, and the RESTful APIs, which use different formats for the item IDs.&lt;/li&gt;&lt;/ul&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" target="\_blank"&gt;Application access token&lt;/a&gt;.

v0.1.3(6mo ago)0115unlicensePHPPHP ^8.1

Since May 31Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Nogrod/ebay-buy-browse-php-sdk)[ Packagist](https://packagist.org/packages/nogrod/ebay-buy-browse-php-sdk)[ Docs](https://openapi-generator.tech)[ RSS](/packages/nogrod-ebay-buy-browse-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (3)Used By (0)

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

[](#openapiclient-php)

The Browse API has the following resources:

- **item\_summary:**
    Allows shoppers to search for specific items by keyword, GTIN, category, charity, product, image, or item aspects and refine the results by using filters, such as aspects, compatibility, and fields values, or UI parameters.
- **item:**
    Allows shoppers to retrieve the details of a specific item or all 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.

    This resource also provides a bridge between the eBay legacy APIs, such as the &lt;a href="/api-docs/user-guides/static/finding-user-guide-landing.html" target="\_blank"&gt;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 &lt;a href="/api-docs/static/oauth-client-credentials-grant.html" target="\_blank"&gt;Application access token.Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

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

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

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
