User Ratings

★★★★★
★★★★
★★★
★★
11
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

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!
  • Nice tool, works like a charm! Thanks for this great project
  • It's a complete solution for IDBB info. parsing. I'm more than satisfied. :D
  • quick code fix for rating issue in the latest imdb update 2011-08-16: if (preg_match("@itemprop\=\"ratingValue\"[^>]*>(\d{1,2}\.\d)@i",$this->page["Title"],$match)){ $this->main_rating = $match[1]; } else { $this->main_rating = 0; } if (preg_match("@itemprop\=\"ratingCount\"[^>]*>([\d\,]+)@i",$this->page["Title"],$match)){ $this->main_votes = $match[1]; }else{ $this->main_votes = 0; }
  • IMDB has a lot of data available, this class is great for accessing it. There are a handful of things more I'd like to see (e.g. crew), but the author is active in maintaining this class, so I suspect those sort of things will eventually be included. It does much more than I expected, having separate classes for actors, even with methods like downloading a photo to a file, getting an actor's height, etc. Excellent script.
  • Great, fast and stable
  • This is an excellent little gem. I have been maintaining my movie collection (php/mysql based, http://www.luka.in.rs) and imdbphp proved to be a great tool. It's fast, it's stable, and very easy to use at the same time. Keep up the good work, boys!
  • Previous
  • You're on page 1
  • Next