PHPackages                             madahost/imdb - 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. madahost/imdb

ActiveLibrary

madahost/imdb
=============

This PHP library enables you to scrape data from IMDB.com.

17PHP

Since Feb 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/madahost/imdb)[ Packagist](https://packagist.org/packages/madahost/imdb)[ RSS](/packages/madahost-imdb/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

IMDB API
========

[](#imdb-api)

This PHP library enables you to scrape data from IMDB.com.

install

```
composer require madahost/imdb:dev-master
```

how to use

```
$imdb = new \Imdb\Title("tt01087789");
if($imdb->isReady()) {
	$title = $imdb->title();
}
```

For persons:

```
$name = new \Imdb\Name("0000154");
$name = $name->name();
$nickname = $name->nickname();
```

For Calendar:

```
$calendar = new \Imdb\Calendar();
$releases = $calendar->comingSoon();
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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/25e10346da76acad4973f738b9a84f099e0b9aa5e23dced5b16b0499b34dc240?d=identicon)[madahost](/maintainers/madahost)

---

Top Contributors

[![madahost](https://avatars.githubusercontent.com/u/158782168?v=4)](https://github.com/madahost "madahost (14 commits)")

### Embed Badge

![Health badge](/badges/madahost-imdb/health.svg)

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

PHPackages © 2026

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