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 1mo ago

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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

1678d 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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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