PHPackages                             zerosuxx/tmdb-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. zerosuxx/tmdb-api-client

ActiveLibrary[API Development](/categories/api)

zerosuxx/tmdb-api-client
========================

The Movie Database PHP Api Client

1.3.0(4y ago)017MITPHPPHP &gt;=7.4

Since Oct 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/zerosuxx/tmdb-api-client)[ Packagist](https://packagist.org/packages/zerosuxx/tmdb-api-client)[ RSS](/packages/zerosuxx-tmdb-api-client/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

The Movie Database Api Client
=============================

[](#the-movie-database-api-client)

[![CI](https://github.com/zerosuxx/tmdb-api-client/actions/workflows/ci.yml/badge.svg)](https://github.com/zerosuxx/tmdb-api-client/actions/workflows/ci.yml)

Install package
---------------

[](#install-package)

```
$ composer require zerosuxx/tmdb-api-client
```

Usage
-----

[](#usage)

```
use GuzzleHttp\Client;
use App\Client\TheMovieDatabaseApiClient;

require __DIR__ . '/vendor/autoload.php';

$httpClient = new Client();
$apiToken = 'abc...';
$tmdbClient = new TheMovieDatabaseApiClient($httpClient, $apiToken);

$pageNumber = 10;
$movies = $tmdbClient->fetchTopRatedMovies($pageNumber);
$movieDetails = $tmdbClient->fetchMovieDetails($movies[0]['id']);
```

Run tests
---------

[](#run-tests)

```
$ composer test
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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 ~1 days

Total

3

Last Release

1725d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42d7e35f56098ad3156896024726b4efaeade145c40b9a196c57817a7c3eac8c?d=identicon)[zerosuxx](/maintainers/zerosuxx)

---

Top Contributors

[![zerosuxx](https://avatars.githubusercontent.com/u/32514760?v=4)](https://github.com/zerosuxx "zerosuxx (15 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zerosuxx-tmdb-api-client/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M971](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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