PHPackages                             pxgamer/plex-picker - 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. [Image &amp; Media](/categories/media)
4. /
5. pxgamer/plex-picker

ActiveLibrary[Image &amp; Media](/categories/media)

pxgamer/plex-picker
===================

A project to pick a film from your Plex library.

v1.2.2(8y ago)016[2 issues](https://github.com/owenvoke/plex-picker/issues)MITPHPPHP ^7.1

Since Jan 16Pushed 7y ago2 watchersCompare

[ Source](https://github.com/owenvoke/plex-picker)[ Packagist](https://packagist.org/packages/pxgamer/plex-picker)[ RSS](/packages/pxgamer-plex-picker/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (9)Used By (0)

plex-picker
===========

[](#plex-picker)

[![Latest Version on Packagist](https://camo.githubusercontent.com/79b5ed16abdee209d4b3b692e4fb981500a9ed0810ea7448b6811ca575f240ea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707867616d65722f706c65782d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pxgamer/plex-picker)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/189ad79b12adb12ec3dbcd7ab232d9c2fad3d4a82980b45df336733f11f39d61/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f707867616d65722f706c65782d7069636b65722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/pxgamer/plex-picker)[![Style CI](https://camo.githubusercontent.com/fac16f93a2b1f675d5e5731a3cbff4a4f00710029d356a525152850768051dfe/68747470733a2f2f7374796c6563692e696f2f7265706f732f37393131383132302f736869656c64)](https://styleci.io/repos/79118120)[![Code Coverage](https://camo.githubusercontent.com/8772358da241c2e50389445ea06ecc2dd31ae746b252acd858b875480713b973/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f707867616d65722f706c65782d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/pxgamer/plex-picker)[![Total Downloads](https://camo.githubusercontent.com/fd946bb16cc2422eef57a9f7af5d14f5c0768b73a7ff7e8ce4849b4fd37e0e34/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f707867616d65722f706c65782d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pxgamer/plex-picker)

A project to pick a video from your Plex library.

Structure
---------

[](#structure)

```
src/
tests/
vendor/

```

Install
-------

[](#install)

Via Composer

```
$ composer require pxgamer/plex-picker
```

Usage
-----

[](#usage)

```
use \pxgamer\PlexPicker\Picker;

// Create a new Picker class
$client = new Picker();

// Create the data object
$data = [
    'unwatched' => 1, // You can search by watched/unwatched videos
    'actor' => 1, // You can search by actor ID
    'duplicate' => 1, // You can check for duplicates
    'year' => 2017, // You can search by year
];

// In fact, you can use any of the filters.

// Initialise the base URL of your server
$client->_setBaseUrl('https://demo.plex.local:32400');

// Set your token (will soon have a login function to get a token)
$client->setToken('5KaVLQiL531414faD7PfZ3');

// Set the data (using an array)
$client->setData($data);

// Get the list of videos from the server
$client->_get();

// Select the video
$client->chooseVideo();

echo 'Chosen Film: '. $client->videoData['title'] . ' (' . $client->videoData['year'] . ')';
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [pxgamer](https://github.com/pxgamer)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~80 days

Total

6

Last Release

3128d ago

PHP version history (3 changes)v1.0.0PHP &gt;=5.5.0

v1.1.1PHP &gt;=5.6.0

v1.2.0PHP ^7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1899334?v=4)[Owen Voke](/maintainers/owenvoke)[@owenvoke](https://github.com/owenvoke)

---

Top Contributors

[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (23 commits)")

---

Tags

php-wrapperplex-libraryplex-pickervideo

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/pxgamer-plex-picker/health.svg)

```
[![Health](https://phpackages.com/badges/pxgamer-plex-picker/health.svg)](https://phpackages.com/packages/pxgamer-plex-picker)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

133890.0k3](/packages/goat1000-svggraph)[imagekit/imagekit

PHP library for Imagekit

46877.3k10](/packages/imagekit-imagekit)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

12644.1k2](/packages/gravatarphp-gravatar)

PHPackages © 2026

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