An api service for tmdb.com
To install this package tou can use composer:
composer require qwerty/tmdb-service
$tmdb = new Tmdb(); $movie = $tmdb->getAll();
info at phpclasses dot org