api
api copied to clipboard
PHP 7.3+ API Wrapper for The Movie Database
Results
14
api issues
Sort by
recently updated
recently updated
newest added
#241 Added support for Movie/TV Shows (Discover) => Watch Providers but there is still no support for: Watch Providers => Available Regions Watch Providers => Movie Providers Watch Providers =>...
At lib/Tmdb/Api/Configuration.php Missing something like: ``` public function getLanguages(array $parameters = [], array $headers = []) { return $this->get('configuration/languages', $parameters, $headers); } ```