PHPackages                             danielvdbilt/omdb-php - 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. danielvdbilt/omdb-php

ActiveLibrary[API Development](/categories/api)

danielvdbilt/omdb-php
=====================

PHP API for omdb movie database with: movie info, imdb scores and rotten tomatoes scores

1.0.0(8y ago)0243[1 issues](https://github.com/danielvdbilt/Omdb-PHP/issues)PHPPHP ^5.3.3 || ^7.0

Since Nov 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/danielvdbilt/Omdb-PHP)[ Packagist](https://packagist.org/packages/danielvdbilt/omdb-php)[ RSS](/packages/danielvdbilt-omdb-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Omdb-PHP
========

[](#omdb-php)

PHP API for omdb movie database with: movie info, imdb scores and rotten tomatoes scores. Sign up as Patron at  for API calls and movie posters.

Download
--------

[](#download)

Add the library with composer

composer require danielvdbilt/omdb-php

Usages
------

[](#usages)

Finding movie by title, year is optional

```
$Omdb   = new \Omdb();
$result = $Omdb->findByTitle('The Godfather', 1972);
```

Finding movie by IMDb ID

```
$Omdb   = new \Omdb();
$result = $Omdb->findByID('tt0068646');
```

Find movie(s) by search key

```
$Omdb   = new \Omdb();
$result = $Omdb->find('The Godfather');
```

Get poster (you need an API key for this), height is optional

```
$Omdb   = new \Omdb();
$result = $Omdb->findPoster('tt0068646', 1000);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3104d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b206724e25a6eef645a1628a040dd97d366cd866aabc46e6019d31c87de4b00?d=identicon)[danielvdbilt](/maintainers/danielvdbilt)

---

Top Contributors

[![danielvdbilt](https://avatars.githubusercontent.com/u/17289202?v=4)](https://github.com/danielvdbilt "danielvdbilt (7 commits)")

### Embed Badge

![Health badge](/badges/danielvdbilt-omdb-php/health.svg)

```
[![Health](https://phpackages.com/badges/danielvdbilt-omdb-php/health.svg)](https://phpackages.com/packages/danielvdbilt-omdb-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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