PHPackages                             mice-soft/php-sky-remote - 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. mice-soft/php-sky-remote

ActiveLibrary

mice-soft/php-sky-remote
========================

Sky TCP remote for PHP

614PHP

Since Feb 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/karl-micesoft/php-sky-remote)[ Packagist](https://packagist.org/packages/mice-soft/php-sky-remote)[ RSS](/packages/mice-soft-php-sky-remote/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-sky-remote
==============

[](#php-sky-remote)

Controll Sky HD/Q boxes over TCP/IP in PHP

Usage
=====

[](#usage)

```
use PhpSkyRemote\PhpSkyRemote;

$remote = new PhpSkyRemote('192.168.0.X'); // Replace with sky box IP

// Send single command
$remote->press('home');

// Send single command using constants
$remote->press(PhpSkyRemote::COMMAND_HOME);

// Send multiple commands using a string...
$remote->press('home up select');

// ... or an array
$remote->press(['home', 'up', 'select']);

// ... or an array of constants
$remote->press([
  PhpSkyRemote::COMMAND_HOME,
  PhpSkyRemote::COMMAND_UP,
  PhpSkyRemote::COMMAND_SELECT,
]);
```

Credits
=======

[](#credits)

This project was completed by converting  into PHP. Many thanks to Dal Hundal for writing it. Without his work this would not have been easy...

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ed2bddd68781c39b2ea97c130760ff2f56d6532449fef6fe1708d95d8cce5d5?d=identicon)[karl-micesoft](/maintainers/karl-micesoft)

---

Top Contributors

[![karl-micesoft](https://avatars.githubusercontent.com/u/20278355?v=4)](https://github.com/karl-micesoft "karl-micesoft (5 commits)")

### Embed Badge

![Health badge](/badges/mice-soft-php-sky-remote/health.svg)

```
[![Health](https://phpackages.com/badges/mice-soft-php-sky-remote/health.svg)](https://phpackages.com/packages/mice-soft-php-sky-remote)
```

PHPackages © 2026

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