/tmdb

🎥 Tiny library for the TMDb API

Primary LanguagePHPMIT LicenseMIT

Build Coverage PHP Version Downloads Latest Stable Version License

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