api icon indicating copy to clipboard operation
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

This reintroduces a modern version of [PHPStan](https://phpstan.org). I made some mostly straightforward fixes to get PHPStan to pass Level 2 with no ignored errors. Most of the changes are adding...

Replacing require_once '../../apikey.php'; with define('TMDB_API_KEY', '****'); from apikey.php works, but it doesn't want to load it using require_once.

The library currently restrict the version 6 of symfony/options-resolver making it impossible to upgrade to Symfony 6. The changelog states "no significant changes" for all versions so no breaking change...

PHP 7.3 will reach EOL in two weeks. If we bump the minimum requirements to php 7.4, we can start using better typehints. The API currently allows either an object...

- Remove the need for all factory classes, and instead let serializers handle this process so it's easier to maintain and contribute.

enhancement

Is there a possible way to fetch movie info from link ex: "https://www.themoviedb.org/movie/565770-blue-beetle" instead of the ID ex: "565770" ? Thanks.