2017 © Pedro Peláez
 

library plex-api

PHP Api for Plex

image

jc21/plex-api

PHP Api for Plex

  • Sunday, July 22, 2018
  • by jc21
  • Repository
  • 4 Watchers
  • 10 Stars
  • 205 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

Plex API for PHP

This is a basic API wrapper for Plex. See the documentation for functionality., (*1)

This doesn't use the Plex.tv API apart from signing in., (*2)

XML data returned is interpreted into arrays., (*3)

Installing via Composer

# Install Composer
curl -sS https://getcomposer.org/installer | php

Next, run the Composer command to install the latest stable version:, (*4)

composer.phar require jc21/plex-api

After installing, you need to require Composer's autoloader:, (*5)

require 'vendor/autoload.php';

Using

use jc21\PlexApi;

$client = new PlexApi('192.168.0.10');
$client->setAuth('username', 'password');
$result = $client->getOnDeck();
print_r($result);

The Versions

22/07 2018

dev-master

9999999-dev https://github.com/jc21/plex-api

PHP Api for Plex

  Sources   Download

BSD BSD-1-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

by Jamie Curnow

api plex media

22/03 2018

1.1

1.1.0.0 https://github.com/jc21/plex-api

PHP Api for Plex

  Sources   Download

BSD-1-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

by Jamie Curnow

api plex media

19/08 2015

1.0

1.0.0.0 https://github.com/jc21/plex-api

PHP Api for Plex

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

The Development Requires

by Jamie Curnow

api plex media