jimlind/tivo-php
Composer 安装命令:
composer require jimlind/tivo-php
包简介
Communicate with an S3 TiVo via Guzzle
README 文档
README
##tivo-php: Communicate with a TiVo via Guzzle
Supported Hardware
Officially tested and supported on a TiVo HD and a TiVo Premiere. Let me the results on your hardware.
Documentation
I find that learning by example is the best way so here is an example file for you to poke at.
Installation
This is built for, tested on, and intended to run on Ubuntu 14.04 LTS (Trusty Tahr). You can run it other distributions, but YMMV. There are a few prerequisites you can find documented in the provided installation file for your perusal.
composer require jimlind/tivo-php
Verification
I wrote a verification script for you to test your setup.
Usage: php verify.php MAK [IP Address]
Arguments:
- Required -- 'MAK' is the Media Access Key for your TiVo
- Optional -- 'IP Address' is the IP address of your TiVo
Example: php verify.php 7678999999 192.168.0.1
Code Quality Metrics
100% Code Coverage
composer install vendor/bin/phpunit --coverage-text
100% Code Sniffed
composer install bash sniff.sh
统计信息
- 总下载量: 55
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-05