PHPackages                             gdetassigny/netflix-roulette - 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. gdetassigny/netflix-roulette

ActiveLibrary

gdetassigny/netflix-roulette
============================

A wrapper for the Netflix Roulette API

1.0.0(8y ago)1121MITPHPPHP &gt;=7.1

Since Jul 31Pushed 7y agoCompare

[ Source](https://github.com/gabriel-detassigny/netflix-roulette)[ Packagist](https://packagist.org/packages/gdetassigny/netflix-roulette)[ RSS](/packages/gdetassigny-netflix-roulette/feed)WikiDiscussions master Synced today

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

netflix-roulette
================

[](#netflix-roulette)

Please Note!!
-------------

[](#please-note)

Netflix roulette API is now down, therefore this package won't work anymore!

[![Build Status](https://camo.githubusercontent.com/7b524434eeb89e0b434a0b80e97843d133c6a2dc2228accb17c7ce19681c4dae/68747470733a2f2f7472617669732d63692e6f72672f6761627269656c2d64657461737369676e792f6e6574666c69782d726f756c657474652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gabriel-detassigny/netflix-roulette)

[![Coverage Status](https://camo.githubusercontent.com/565f5eb22287b22f67d17e91f47060566108312e022515e365b38c885bd1297b/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6761627269656c2d64657461737369676e792f6e6574666c69782d726f756c657474652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/gabriel-detassigny/netflix-roulette?branch=master)

This is an unofficial PHP wrapper for the [Netflix Roulette API](https://netflixroulette.net/api/).

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

[](#installation)

You can install this wrapper by using composer.

Simply type :

```
composer require gdetassigny/netflix-roulette

```

Usage
-----

[](#usage)

The API should allow you to retrieve movies and tv shows for given parameters. (e.g. retrieve all netflix movies starring Brad Pitt).

Here is an example of how you could use this wrapper :

```
use GabrielDeTassigny\NetflixRoulette\Client;

$client = Client::getInstance();

$show = $client->findOne(['title' => 'Breaking Bad']);

var_dump($show->getSummary());
// "Emmy winner Bryan Cranston stars as Walter White, a high school science teacher who learns..."

$showList = $client->findMany(['actor' => 'Edward Norton']);

foreach ($showList as $show) {
    var_dump($show->getTitle());
}
// "The Italian Job"
// "The Score"
// "Strange Days on Planet Earth"
// "Primal Fear"
// "Rounders"
// "Frida"
```

You can see more example of parameters in the [API documentation](https://netflixroulette.net/api/).

To see what information you can retrieve for movies / shows, have a look at [the interface](https://github.com/gabriel-detassigny/netflix-roulette/blob/master/src/Show/Show.php).

###  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

Unknown

Total

1

Last Release

3207d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/870f4865ab3fedcba970923780adf4f1b2a6aeb9e3bb9ba82d7f5120b167a5fa?d=identicon)[gdetassigny](/maintainers/gdetassigny)

---

Top Contributors

[![gabriel-detassigny](https://avatars.githubusercontent.com/u/2980676?v=4)](https://github.com/gabriel-detassigny "gabriel-detassigny (26 commits)")

---

Tags

composernetflixphpwrappernetflixnetflix-roulette

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gdetassigny-netflix-roulette/health.svg)

```
[![Health](https://phpackages.com/badges/gdetassigny-netflix-roulette/health.svg)](https://phpackages.com/packages/gdetassigny-netflix-roulette)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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