asgoodasnu/ebayapi

Ebay Api for Symfony2

This package's canonical repository appears to be gone and the package has been frozen as a result.

Installs: 483

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 25

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2016-02-04 15:43 UTC

This package is not auto-updated.

Last update: 2019-11-29 02:42:19 UTC


README

Composer Downloads Build Status Dependency Status

this bundle implements the ebay api as described here https://go.developer.ebay.com/developers/ebay/products/shopping-api by using great guzzle/guzzle webservice description, leading to a cool restful interface.

to "talk" with ebay you'll need to set following parameters in your parameters.yml

ebay_devid: [YOUR_EBAY_DEVID]
ebay_appid: [YOUR_EBAY_APPID]
ebay_certid: [YOUR_EBAY_CERTID]
ebay_product_api_url: [EBAY_PRODUCT_API_URL]