PHPackages                             twobitint/tmdb - 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. twobitint/tmdb

ActiveLibrary[API Development](/categories/api)

twobitint/tmdb
==============

TMDB API wrapper for laravel

v1.0.2(6y ago)054MITPHPCI failing

Since Apr 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/twobitint/tmdb)[ Packagist](https://packagist.org/packages/twobitint/tmdb)[ Docs](https://github.com/twobitint/tmdb)[ RSS](/packages/twobitint-tmdb/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

 [![Build Status](https://github.com/twobitint/tmdb/workflows/tests/badge.svg)](https://github.com/twobitint/tmdb/actions) [![Total Downloads](https://camo.githubusercontent.com/0b4bd8aeceb558c0b8dc7bdf6bb0d454537ca096b4fa249a4d3954a5b12c6275/68747470733a2f2f706f7365722e707567782e6f72672f74776f626974696e742f746d64622f642f746f74616c2e737667)](https://packagist.org/packages/twobitint/tmdb) [![Latest Stable Version](https://camo.githubusercontent.com/bd41533b88e5615dbb3de467c1d46ba2c1393373d53fbf45614ac25278190521/68747470733a2f2f706f7365722e707567782e6f72672f74776f626974696e742f746d64622f762f737461626c652e737667)](https://packagist.org/packages/twobitint/tmdb) [![License](https://camo.githubusercontent.com/772dd9ec585ce453e7dc15d5dd0171d8e7c89053499d95066a4b262c943e03f4/68747470733a2f2f706f7365722e707567782e6f72672f74776f626974696e742f746d64622f6c6963656e73652e737667)](https://packagist.org/packages/twobitint/tmdb)

TMDB API Laravel Wrapper
========================

[](#tmdb-api-laravel-wrapper)

A laravel package for interracting with the TMDB API.

Install
-------

[](#install)

```
composer require twobitint/tmdb

```

Configure
---------

[](#configure)

Your `.env` file should include an `TMDB_TOKEN` key with a v4 token generated via the TMDB developer website. Specific config values can be modified in `config/tmdb.php`

Usage
-----

[](#usage)

The API can be accessed via dependency injection:

```
use Twobitint\TMDB\API;

Route::get('/', function (API $api) {
    return $api->discoverMovies();
});

```

The API is also available via a facade:

```
use TMDB;

Route::get('/', function() {
    return TMDB::discoverMovies();
});

```

Available methods and documentation
-----------------------------------

[](#available-methods-and-documentation)

coming later

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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

Every ~0 days

Total

3

Last Release

2282d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/767188?v=4)[twobitint](/maintainers/twobitint)[@twobitint](https://github.com/twobitint)

---

Top Contributors

[![twobitint](https://avatars.githubusercontent.com/u/767188?v=4)](https://github.com/twobitint "twobitint (16 commits)")

---

Tags

laraveltmdb

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/twobitint-tmdb/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M874](/packages/laravel-socialite)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M570](/packages/laravel-boost)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M162](/packages/spatie-laravel-health)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M188](/packages/laravel-ai)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M129](/packages/roots-acorn)

PHPackages © 2026

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