phpYahoo: An Unofficial Yahoo Search API

phpYahoo is a class written by Jay in PHP5 that acts as a wrapper for Yahoo's Search API. The functions process the REST response XML and returns an array of data to make development easier.
Visit the Google Project page for more information.

Bug Fix - Cache Table Not Being Cleared

2007-03-01 10:01:27 by 1

I found a bug yesterday with the cache table not being cleared out. The problem was with the SQL that counts the row and then checks to see whats out of date and if the table has reached it limit. I have fixed this issue and updated the base library.

phpYahoo - date_default_timezone_set() error Fixed

2007-02-26 15:06:59 by 1

Recently the cache methods started getting uppity about the date_default_timezone_set() not being set. I have fixed this and have updated the phpYahoo class.

Examples Updated

2007-02-21 06:05:35 by 1

I have added example code to the web search, video search and the image search.

phpYahoo Version 2.1 Released

2007-02-06 08:53:38 by 1

This is a minor release that includes the ability to search Yahoo! News. Download it here.

phpYahoo Version 2.0 Released

2007-02-02 08:26:22 by 1

Ok for those following this project I must apologize for the erratic releases and versions. Starting today Feb 2, 2007 phpYahoo is at a milestone of version 2.0. This version contains one single class and each of the Yahoo! Services is a method. This borrows heavily from the phpFlickr Class by Dan Coulter where he built a single class for all of the Flicker functions. Whereas I at one point thought it would be smart to create a base class that hold utility functions for Yahoo and then a separate class for each of the Yahoo Services like Site Explorer, Web Searching, Audio Searching and so on. So what's wrong with that? Well when it came time to build demos it became very unclear on what class need to be added and to which instance you needed to add your Yahoo AppID.

phpYahoo Updated - Jan 30, 2007

2007-01-30 15:16:21 by 1

I have updated the phpYahoo base class to include caching using PDO as well as expanding the search to allow either a search term or phrase or an array of parameters. I have also created a Yahoo! Gallery Page as well as a Google Project Page The Google Project Page has the source code, instructions and other useful information.

phpYahoo: An Unofficial Yahoo Search API

2007-01-30 14:11:33 by 1

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. This class follows a similar pattern like phpNapster class.