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
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
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!