PHPackages                             jimlind/tivo-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. jimlind/tivo-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

jimlind/tivo-php
================

Communicate with an S3 TiVo via Guzzle

v1.0.1(9y ago)1551MITPHPPHP &gt;=5.6.0

Since Oct 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jimlind/tivo-php)[ Packagist](https://packagist.org/packages/jimlind/tivo-php)[ Docs](https://github.com/jimlind/tivo-php)[ RSS](/packages/jimlind-tivo-php/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (8)Versions (23)Used By (0)

\##tivo-php: Communicate with a TiVo via Guzzle

[![Build Status](https://camo.githubusercontent.com/a2489fda9d4d65a210352c589c90333cd884e59a204e354d9f08078eef135d60/68747470733a2f2f7472617669732d63692e6f72672f6a696d6c696e642f7469766f2d7068702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/jimlind/tivo-php)[![Coverage Status](https://camo.githubusercontent.com/3d6121451c1ab764e6cf4a676bb29424c4dd56243a198490fe7c030ecc164c7c/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6a696d6c696e642f7469766f2d7068702f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/jimlind/tivo-php?branch=master)[![Code Climate](https://camo.githubusercontent.com/36eaeda973bf9e54e1b799429d5a36048c87015d10444248dc3a10de98b34072/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6a696d6c696e642f7469766f2d7068702f6261646765732f6770612e737667)](https://codeclimate.com/github/jimlind/tivo-php)[![Latest Stable Version](https://camo.githubusercontent.com/92046df4b2a8d035bdbb6e0d0b8ed5287f10bdbfb6d934b2bc359396e182f929/68747470733a2f2f706f7365722e707567782e6f72672f6a696d6c696e642f7469766f2d7068702f762f737461626c652e737667)](https://packagist.org/packages/jimlind/tivo-php)[![Total Downloads](https://camo.githubusercontent.com/7251e6bc8199cdb055a2dfd4d6ce954adc87966974d54633baeebc43bbca27ee/68747470733a2f2f706f7365722e707567782e6f72672f6a696d6c696e642f7469766f2d7068702f646f776e6c6f6164732e737667)](https://packagist.org/packages/jimlind/tivo-php)[![License](https://camo.githubusercontent.com/c313e2b2f9f594ab6f83bdca2af644837b0048a3e255fc94e0208ef48f4ff817/68747470733a2f2f706f7365722e707567782e6f72672f6a696d6c696e642f7469766f2d7068702f6c6963656e73652e737667)](https://packagist.org/packages/jimlind/tivo-php)

#### Supported Hardware

[](#supported-hardware)

Officially tested and supported on a TiVo HD and a TiVo Premiere. Let me the results on your hardware.

#### Documentation

[](#documentation)

I find that learning by example is the best way so here is an [example file](example.php) for you to poke at.

#### Installation

[](#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](INSTALLATION.md) for your perusal.

```
composer require jimlind/tivo-php
```

#### Verification

[](#verification)

I wrote a [verification script](verify.php) 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
--------------------

[](#code-quality-metrics)

#### 100% Code Coverage

[](#100-code-coverage)

```
composer install
vendor/bin/phpunit --coverage-text
```

#### 100% Code Sniffed

[](#100-code-sniffed)

```
composer install
bash sniff.sh
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 96.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~41 days

Recently: every ~131 days

Total

22

Last Release

3425d ago

Major Versions

v0.8.0 → v1.0.02015-11-11

PHP version history (2 changes)v0.6.0PHP &gt;=5.5.0

v1.0.1PHP &gt;=5.6.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/500897?v=4)[Jim Lind](/maintainers/jimlind)[@jimlind](https://github.com/jimlind)

---

Top Contributors

[![jimlind](https://avatars.githubusercontent.com/u/500897?v=4)](https://github.com/jimlind "jimlind (27 commits)")[![frqnck](https://avatars.githubusercontent.com/u/479874?v=4)](https://github.com/frqnck "frqnck (1 commits)")

---

Tags

Guzzletivo

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jimlind-tivo-php/health.svg)

```
[![Health](https://phpackages.com/badges/jimlind-tivo-php/health.svg)](https://phpackages.com/packages/jimlind-tivo-php)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.9k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k14](/packages/tempest-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M733](/packages/sylius-sylius)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M415](/packages/drupal-core-recommended)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
