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 4d 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 43% 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

2234d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6da570f91727b4b68db702a0dc1e3a30d5c6db7908cbe9b8c9c8a41a275d5833?d=identicon)[twobitint](/maintainers/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

[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

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