Good PHP library for querying Amazon products? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far 开发者_Go百科to solve it.
Closed 8 years ago.
Improve this questionWhich is the best PHP library to query amazon books (CDs and other products)? I looked at zend, it looks good. Is there any official library from Amazon? I couldn't find one for products, but they seem to have comprehensive libraries for their other products, like simple db, elastic cloud etc.
This is Amazon's official list of libraries for the Product Advertising API:
http://aws.amazon.com/code/Product%20Advertising%20API?_encoding=UTF8&jiveRedirect=1
If you use zend-framework in your project, the classe Zend_Service_Amazon works very nice and reliably. Else you can use this class PHP XML class to access Amazon API i've been used a lot and never have problems.
Amazon don't have an official class, but only one API, you can implements your own class or use one of these
try
- http://pear.php.net/package/Services_Amazon/
- Zend_Service_Amazon
I already finish develop php online store for Amazon Product advertising service. You can use class in amazonService.php to query these data. Amazon product advertising Free script.
精彩评论