Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

thebradleysanders/PHP_Plex_API

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
5 Commits
 
 
 
 
 
 

Repository files navigation

PHP_Plex_API

This is written PHP. It includes the following functions:

  • getPlayers() - Agents available (and some of their configuration)
  • getSessions() - This will retrieve the "Now Playing" Information of the PMS.
  • getMedia() - Contains all of the sections on the PMS. This acts as a directory and you are able to "walk" through it.
  • getAccount() - Get Plex.TV account information
  • getServers() - Get the local List of servers
  • getHistory() - Retrieves a listing of all history views
  • getSystem() - General plex system information
  • getOnDeck() - Show ondeck list
  • getPrefs() - Gets the server preferences

Example

include("plex.php");
$plex = new plexApi("localhost","PLEX_TOKEN");
$serverListXML =  $plex->getServers();

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.