kerox/tmdb

PHP Library for TMDb API

v0.4.0 2021-04-12 17:23 UTC

This package is auto-updated.

Last update: 2024-03-24 12:25:25 UTC


README

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