meniam/ebay-api-client

ebay API client

Installs: 102

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/meniam/ebay-api-client

1.0.15 2016-08-25 16:54 UTC

This package is not auto-updated.

Last update: 2025-10-09 04:52:34 UTC


README

Example

$client = new \Catalol\Client(new \Buzz\Browser(), 'catalol.test', 'af783c9323de');
$product = $client->getEbayProduct(360871121943);

$product->getName();
$product->getSeller();
$product->getPrice();