为 Symfony2 定制的 Ebay Api

此包的官方仓库似乎已不存在,因此该包已被冻结。

安装: 483

依赖项: 0

建议者: 0

安全: 0

星标: 1

关注者: 25

分支: 0

公开问题: 0

类型: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

此扩展包实现了 eBay Api,如在此处所述 https://golang.ac.cneloper.ebay.com/developers/ebay/products/shopping-api,通过使用优秀的 guzzle/guzzle webservice 描述,从而提供了一个酷炫的 RESTful 接口。

要“与”Ebay“通信”,你需要在你的 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]