An open API service indexing awesome lists of open source software.

https://github.com/ker0x/tmdb

🎥 Tiny library for the TMDb API
https://github.com/ker0x/tmdb

api library movies php tmdb tmdb-api

Last synced: 6 months ago
JSON representation

🎥 Tiny library for the TMDb API

Awesome Lists containing this project

README

          



Build


Coverage


PHP Version


Downloads


Latest Stable Version


License

# TMDb

A tiny PHP Library to use [TMDb API](https://developers.themoviedb.org/3/getting-started/introduction)

## Warning

This library use [PSR-18 HTTP Client](https://www.php-fig.org/psr/psr-18/) interface, which means that **no** HTTP Client, like [Guzzle](https://github.com/guzzle/guzzle) or [httplug](https://github.com/php-http/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](https://github.com/ker0x/tmdb/wiki) to learn how to use this library