Recommend this page to a friend! |
Classes of Hicri | The Movie Database Service | README.md | Download |
|
DownloadTMDB serviceAn api service for tmdb.com InstallationTo install this package tou can use composer:
Usage
$client = new Client($option);
$tmdb = new Tmdb($client);
$tmdb->movie("550");
$tmdb->people("13");
$tmdb->keyword("550");
$tmdb->network("550");
$tmdb->review("58aa82f09251416f92006a3a");
$tmdb->tv("111");
$tmdb->collection("10");
vendor\bin\phpunit
|