tmdb_v3-PHP-API- icon indicating copy to clipboard operation
tmdb_v3-PHP-API- copied to clipboard

Wrapper in PHP for The Movie Data Base version 3

Results 14 tmdb_v3-PHP-API- issues
Sort by recently updated
recently updated
newest added

Hello, Any idea why the code below in infoTVShow.php return 0 as amount of episodes in seasons loop? ` echo 'Seasons: '; $seasons = $tvShow->getSeasons(); foreach ($seasons as $season) {...

Have copied the code below from Movie class to TVShow class and then I tried to display it on the page with $tvShow->getTrailer(); but nothing appear there. I know that...

please insert RatedMovies @pixelead0