PHPackages                             ignacioxd/pupil-remote-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ignacioxd/pupil-remote-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ignacioxd/pupil-remote-php
==========================

A simple PHP remote control client for the Pupil eye tracker software.

1.0.1(9y ago)113MITPHP

Since Apr 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ignacioxd/pupil-remote-php)[ Packagist](https://packagist.org/packages/ignacioxd/pupil-remote-php)[ Docs](https://github.com/ignacioxd/pupil-remote-php)[ RSS](/packages/ignacioxd-pupil-remote-php/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

pupil-remote-php
================

[](#pupil-remote-php)

[![Total Downloads](https://camo.githubusercontent.com/12d00535c288346157b35d533f5c8139d27bd279a0e487aa304828da1f727cbb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69676e6163696f78642f707570696c2d72656d6f74652d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ignacioxd/pupil-remote-php)[![Latest Stable Version](https://camo.githubusercontent.com/cf5ee68aad7ed42747ebbd2817576234ffc29cfb90ebcf3bbf7e404cce35dfb1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69676e6163696f78642f707570696c2d72656d6f74652d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ignacioxd/pupil-remote-php)[![License](https://camo.githubusercontent.com/f0223afca3803b893a0ec666ebf0166f0fe86e12022939053231891dbf4f762c/68747470733a2f2f706f7365722e707567782e6f72672f69676e6163696f78642f707570696c2d72656d6f74652d7068702f6c6963656e7365)](https://packagist.org/packages/ignacioxd/pupil-remote-php)

A simple PHP remote control client for the [Pupil eye tracker](https://pupil-labs.com/pupil/) software.

Installation
------------

[](#installation)

The package is available on [Packagist](http://packagist.org/packages/ignacioxd/pupil-remote-php), and you can install it using [Composer](http://getcomposer.org):

```
composer require ignacioxd/pupil-remote-php
```

### Dependencies

[](#dependencies)

- [ZeroMQ PHP Extension](http://zeromq.org/bindings:php)

Basic usage
-----------

[](#basic-usage)

### Connecting

[](#connecting)

```
$host = "127.0.0.1";
$port = 50020;
$remote = new \Ignacioxd\PupilRemote();
$remote->connect($host, $port); // Or leave empty for defaults
```

### Getting Pupil's timebase

[](#getting-pupils-timebase)

```
$pupilTime = $remote->getTimebase();
```

### Setting Pupil's timebase

[](#setting-pupils-timebase)

```
$remote->setTimebase(123.456);
```

### Starting calibration

[](#starting-calibration)

```
if( $remote->startCalibration() ) {
  echo "Calibration started";
}
```

### Stopping calibration

[](#stopping-calibration)

```
if( $remote->stopCalibration() ) {
  echo "Calibration stopped";
}
```

### Start recording

[](#start-recording)

```
if( $remote->startRecording() ) {
  echo "Recording started";
}
```

### Stop recording

[](#stop-recording)

```
if( $remote->stopRecording() ) {
  echo "Recording stopped";
}
```

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3412d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4133037?v=4)[ignacioxd](/maintainers/ignacioxd)[@ignacioxd](https://github.com/ignacioxd)

---

Top Contributors

[![ignacioxd](https://avatars.githubusercontent.com/u/4133037?v=4)](https://github.com/ignacioxd "ignacioxd (3 commits)")

---

Tags

composereye-trackerphpphp-clientpupil-labspupil-labseye trackerpupileye trackinggaze

### Embed Badge

![Health badge](/badges/ignacioxd-pupil-remote-php/health.svg)

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

PHPackages © 2026

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