IMDBPHP 1.0.4 (Default branch) |
|
|
ImdbPHP provides an API to the movie information stored at the IMDb.COM sites. As this and the name suggests, it is primarily targeted at PHP programmers who want to extend their programs or their site with this movie information. The classes must be used in accordance with IMDb's copyright and conditions of use.
License: GNU General Public License (GPL)
Changes:
This release focuses on several bugfixes, mainly
caused by IMDB site changes. To detect those
earlier, some simple testpages have been added. In
imdb_search, the setting maxresults=0 was taken
literally (0 results) instead of being interpreted
as "unlimited". Last but not least, the default
cache expiry has been increased from 10 minutes to
1 hour (3600s).
|