TMDB4PHP icon indicating copy to clipboard operation
TMDB4PHP copied to clipboard

PHP wrapper classes for TMDB (TheMovieDatabase) API v3

Results 2 TMDB4PHP issues
Sort by recently updated
recently updated
newest added

Fix for issue: https://github.com/kriboogh/TMDB4PHP/issues/2 + Some small code cleanups.

There seems to be an issue with searching for a one word movie title, my script hangs. $results = $db->search('movie', array('query'=>$title)); Or am i missing something here?