Classes to access the information on imdb from php.
Categories
CGI ScriptsLicense
GNU General Public License version 2.0 (GPLv2)Follow PHP imdb Classes
Other Useful Business Software
$300 Free Credits to Build on Google Cloud
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
Rate This Project
Login To Rate This Project
User Reviews
-
imdb has great base, thanks imdbphp!
-
Just upgraded to IMDBPHP2 v2.1.6 and still have the same problem as v2.1.5. The imdbsearch.class.php has a problem with the regular expression for movies that have a another identifier between the title and the year. For example, the movie Safe shows up in the IMDB search results as "Safe (I) (2012)" and the regex does not take that into account resulting in a blank year. I've made a modification to Line 151 in imdbsearch.class.php: if ( preg_match_all('!href="/title/tt(\d{7})/.*?"[^>]*>(.*?)</a>\s*(\([^\d{4}]\)\s*)?(\((\d{4})(.*?|)\)|)!ims',$this->page,$matches) ) { and Line 164: $tmpres->main_year = $matches[5][$i]; This seems to fix the problem.
-
Hi there... Is everything ok with search? On my server it just stoped working on imdbphp2-2.1.3
-
imdbphp, great classes. I will parse imdb. thanks
-
It simply works!