jc21/plex-api 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jc21/plex-api

最新稳定版本:2.1

Composer 安装命令:

composer require jc21/plex-api

包简介

PHP Api for Plex

README 文档

README

This is a basic API wrapper for Plex. See the documentation for functionality.

This doesn't use the Plex.tv API apart from signing in.

XML data returned is interpreted into arrays.

Installing via Composer

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

Next, run the Composer command to install the latest stable version:

composer.phar require jc21/plex-api

After installing, you need to require Composer's autoloader:

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);

统计信息

  • 总下载量: 797
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 38
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 37
  • Watchers: 6
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-1-Clause
  • 更新时间: 2015-08-19