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 for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
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!