kerox / tmdb
PHP Library for TMDb API
v0.4.0
2021-04-12 17:23 UTC
Requires
- php: >=8.0
- fig/http-message-util: ^1.1
- nyholm/psr7: ^1.3
- psr/http-client: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.18
- phpstan/phpstan: ^0.12.69
- phpunit/phpunit: ^9.5
- symfony/http-client: ^5.2
Suggests
- symfony/http-client: To send PSR-7 request with PSR-18 compatible HTTP client
README
TMDb
A tiny PHP Library to use TMDb API
Warning
This library use PSR-18 HTTP Client interface, which means that no HTTP Client, like Guzzle or httplug, are provided within. You will need to require them separately.
Installation
You can install TMDb using Composer:
composer require kerox/tmdb
Usage
Please, refer to the wiki to learn how to use this library