PHPackages                             jleagle/omdb-imdb-api-client - 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. [API Development](/categories/api)
4. /
5. jleagle/omdb-imdb-api-client

ActiveLibrary[API Development](/categories/api)

jleagle/omdb-imdb-api-client
============================

A package to retrieve movies and TV information from IMDB using the API at omdbapi.com

0.2.0(8y ago)72.9k5MITPHPPHP &gt;=5.4CI failing

Since Apr 6Pushed 8y agoCompare

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

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

omdb-imdb-api-client
====================

[](#omdb-imdb-api-client)

A package to retrieve movies and TV information from IMDB using the API at omdbapi.com with typed responses

Now that OMDB requires an API key you can set it using:

```
Imdb::setApiKey('xxx');
```

Retrieve full movie details, if you know the name or ID of the movie:

```
$movie = Imdb::retrieve('the matrix');

// If you need to be more specific:
// This will also return Rotten Tomatoes ratings & a longer plot
$movie = Imdb::retrieve('the matrix', Imdb::TYPE_MOVIE, 1999, true, true);
```

Search for a movie:

```
$movies = Imdb::search('the matrix');

// If you need to be more specific:
$movies = Imdb::search('the matrix', Imdb::TYPE_MOVIE, 1999);
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.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.

###  Release Activity

Cadence

Every ~227 days

Total

5

Last Release

3150d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cd99212f53bfaee15e1c86440dacfc96d4f3d61a5a0101f3a48c1e87c51bee51?d=identicon)[Jleagle](/maintainers/Jleagle)

---

Top Contributors

[![Jleagle](https://avatars.githubusercontent.com/u/381099?v=4)](https://github.com/Jleagle "Jleagle (8 commits)")[![n11t](https://avatars.githubusercontent.com/u/30469558?v=4)](https://github.com/n11t "n11t (1 commits)")

---

Tags

apiclienthelperimdbomdb

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jleagle-omdb-imdb-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/jleagle-omdb-imdb-api-client/health.svg)](https://phpackages.com/packages/jleagle-omdb-imdb-api-client)
```

###  Alternatives

[fabianbeiner/php-imdb-grabber

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

2764.8k1](/packages/fabianbeiner-php-imdb-grabber)[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)

PHPackages © 2026

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