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
- Host: GitHub
- URL: https://github.com/ker0x/tmdb
- Owner: ker0x
- License: mit
- Created: 2021-01-28T20:34:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-08T16:58:23.000Z (almost 3 years ago)
- Last Synced: 2025-07-27T22:51:40.808Z (12 months ago)
- Topics: api, library, movies, php, tmdb, tmdb-api
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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