为 Symfony2 定制的 Ebay Api
此包的官方仓库似乎已不存在,因此该包已被冻结。
dev-master
2016-02-04 15:43 UTC
Requires
- asgoodasnu/guzzlecommandclient: 0.14
- monolog/monolog: 1.12.0
Requires (Dev)
- phpunit/phpunit: 4.5.*
This package is not auto-updated.
Last update: 2019-11-29 02:42:19 UTC
README
此扩展包实现了 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]