Skip to content

edualm/PlexLogin-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

PlexLogin

A simple PHP class that allows you to authenticate against the Plex.tv servers using a username/password and check the servers associated with that account.

Usage example:

<?php

require_once('PlexLogin.class.php');

$pl = new PlexLogin('username', 'password', 'totp');

if ($pl->login()) {
  print_r($pl->getServers());
} else {
  echo 'Login failed.';
}

?>

About

A PHP class to authenticate users against the Plex.tv website and check the servers they are allowed to access.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages