PHPackages                             bhutanio/movietvdb - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. bhutanio/movietvdb

ActiveLibrary

bhutanio/movietvdb
==================

Movie and TV Database API, Scrapes data from themoviedb.org (tmdb), thetvdb.com (tvdb) and omdbapi.com (omdb)

1675511PHPCI failing

Since Feb 11Pushed 3y ago5 watchersCompare

[ Source](https://github.com/bhutanio/movietvdb)[ Packagist](https://packagist.org/packages/bhutanio/movietvdb)[ RSS](/packages/bhutanio-movietvdb/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

theMovieDB, theTVDB and OMDB API Wrapper
========================================

[](#themoviedb-thetvdb-and-omdb-api-wrapper)

[![Dependency Status](https://camo.githubusercontent.com/e3f4ad47de3ada3930728a6a28ddc15cddd9d7a73076f944e61762527233c057/68747470733a2f2f67656d6e617369756d2e636f6d2f6261646765732f6769746875622e636f6d2f62687574616e696f2f6d6f766965747664622e737667)](https://gemnasium.com/github.com/bhutanio/movietvdb)

Requirements
============

[](#requirements)

- [**PHP**](https://php.net) 5.6.4+ (**7.0+** preferred)
- PHP Extensions: openssl, mbstring, phpredis
- [Redis](http://redis.io) Server
- [Composer](https://getcomposer.org)

API Keys
--------

[](#api-keys)

- theMovieDB:
- theTVDB:
- OMDB:

Usage
-----

[](#usage)

```
$client = new \Bhutanio\Movietvdb\MovieScrapper('TMDB_API_KEY', 'TVDB_API_KEY', 'OMDB_API_KEY');

// Get Movie Information by IMDB ID
$movie = $client->scrape('movie', 'tt0120737');

// Get Movie Information by TheMovieDB ID
$movie = $client->scrape('movie', null, '120');

// Get TV Information by IMDB ID
$tv = $client->scrape('tv', 'tt0944947');

// Get Person information by TheMovieDB's Person ID
$person = $client->person('1327');
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 96.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f8962bbd8caeec51e9510bf6bd39d84707e609d67a4f07191e0809f58b1f4c2?d=identicon)[abit.bt](/maintainers/abit.bt)

---

Top Contributors

[![abixalmon](https://avatars.githubusercontent.com/u/1712938?v=4)](https://github.com/abixalmon "abixalmon (31 commits)")[![wiwatsrt](https://avatars.githubusercontent.com/u/13492951?v=4)](https://github.com/wiwatsrt "wiwatsrt (1 commits)")

---

Tags

omdbomdb-apithemoviedbthemoviedb-apithetvdbtmdbtvdb

### Embed Badge

![Health badge](/badges/bhutanio-movietvdb/health.svg)

```
[![Health](https://phpackages.com/badges/bhutanio-movietvdb/health.svg)](https://phpackages.com/packages/bhutanio-movietvdb)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
