PHPackages                             digipig/moviedb - 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. digipig/moviedb

ActiveLibrary[API Development](/categories/api)

digipig/moviedb
===============

A Laravel package to access the OMDb API in your Laravel application.

0182PHP

Since Apr 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/TheRealJAG/Laravel-OMDb)[ Packagist](https://packagist.org/packages/digipig/moviedb)[ RSS](/packages/digipig-moviedb/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel OMDb API Package
========================

[](#laravel-omdb-api-package)

Introduction
------------

[](#introduction)

Laravel package to access the OMDb API in your application.

What is the OMDb API?
---------------------

[](#what-is-the-omdb-api)

The OMDb API is a free web service to obtain movie information. OMDb API's data is a mashup of other movie sites such as IMBD, Rotten Tomatoes and OMDb contributers.

OMDb API Homepage:

Installation
------------

[](#installation)

Add this to your `composer.json` under `psr-4`:

```
"DigiPig\\MovieDB\\": "packages/digipig/moviedb/src/"

```

Add this to your `app.php` config file in providers:

```
DigiPig\MovieDB\MovieDBServiceProvider::class

```

Add this to your `app.php` config file in aliases:

```
'MovieDB' => DigiPig\MovieDB\MovieDBFacade::class

```

Run the following composer command

```
composer dumpautoload

```

Run the following artisan command. This will publish the package views into your app so you can customize the views.

```
artisan vendor:publish

```

Use
---

[](#use)

Visit `http://YOURDOMAIN.com/moviedb/tt2937696` in your web browser to see it in action

To access the package in your application use:

```
use DigiPig\MovieDB;

```

```
$MoviesArray = \MovieDB::getMovie('tt2937696');

```

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![TheRealJAG](https://avatars.githubusercontent.com/u/4411961?v=4)](https://github.com/TheRealJAG "TheRealJAG (31 commits)")

### Embed Badge

![Health badge](/badges/digipig-moviedb/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.5M7](/packages/exsyst-swagger)[lucasdotvin/laravel-soulbscription

A straightforward interface to handle subscriptions and features consumption.

709209.3k](/packages/lucasdotvin-laravel-soulbscription)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172451.7k19](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94467.0k6](/packages/botman-driver-telegram)

PHPackages © 2026

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