|
|
phpYahoo is a class written in PHP5 that act's as a wrapper for Yahoo's! Web Search API. Methods process the response XML and return an array of data to make development easier. With this class you can search for Yahoo! Web content, Yahoo! Videos or Yahoo! Images.
Updated 2007-02-01
New Expanded Version includes: I have reworked the phpYahoo class to be the base class that handles the REST request and caching and have created sub-classes for each Yahoo! Service. The class structure now looks like this:
- phpYahoo
- phpYahooWebSearch extends phpYahoo
- phpYahooSiteExplorer extends phpYahoo
- phpYahooMyWeb extends phpYahoo
Now you can interface with Yahoo! Web, Video and Image Search, Yahoo! Site Explorer and Yahoo! My Web.
Updated 2007-01-30
- Cleaned up code
- Added more documentation
Updated 2007-01-29
- dded Caching via PDO or File System
- xpanded Search to searching for a word/phrase or a set of parameters
