News Feed
Jobs Feed
Sections




News Archive
Stoyan Stefanov's Blog:
Using PEAR and AWS to keep an eye on Amazon
January 11, 2007 @ 06:59:59

On his blog today, Stoyan Stefanov shows how to use a PEAR package - PEAR::Services_Amazon - to "keep an eye on" Amazon's stats for a book.

I wanted to have a page that shows the books I've written, together with their Amazon sales rank and the average customer rating and number of reviews. It's really easy. I took one example out of the PEAR book and slightly modified it.

The script needs to few things to get up and running, so he points out those (an AWS id, the PEAR pacakge) and the simple path the application will take to grab the information (request/response). Then it's on to the actual PHP code - all 60 lines of it, including the HTML for the output.

It makes the request with the Services_Amazon package for the given item numbers (he happened to have already) and pulls the results back, looping through them displaying sales rank, title, author, the average rating, and the number of total customer reviews - all in a handy unordered list.

0 comments voice your opinion now!
amazone pear pacakge servicesamazon salesrank reviews rating amazone pear pacakge servicesamazon salesrank reviews rating


blog comments powered by Disqus

Similar Posts

Community News: Latest PEAR Releases for 01.15.2007

Matthew Weir O'Phinney's Blog: PHP Library Channel

Zend Developer Zone: Zip-it or DIY Tar-balls

Ralph Schinder's Blog: The Semi-Official Zend Framework Pear Channel

Zend Developer Zone: Using the Stack Exchange API with PHP (part 2)


Community Events











Don't see your event here?
Let us know!


application conference zendframework2 podcast language series tool testing unittest opinion interview framework introduction functional code example community release phpunit development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework