PHPackages                             nickpeirson/evohome - 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. nickpeirson/evohome

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

nickpeirson/evohome
===================

0.2.0(10y ago)11225[1 issues](https://github.com/nickpeirson/evohome-php/issues)PHP

Since Jan 11Pushed 10y ago8 watchersCompare

[ Source](https://github.com/nickpeirson/evohome-php)[ Packagist](https://packagist.org/packages/nickpeirson/evohome)[ RSS](/packages/nickpeirson-evohome/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

evohome-php
===========

[](#evohome-php)

PHP library to connect to the Honeywell EvoHome API

This is a work in progress. Fetching information is reasonably complete and should be easy enough to extend as needed. I started work on pushing settings back, but this isn't at all complete and may need completely reworking to make work.

Example
=======

[](#example)

```
use Nickpeirson\Evohome\Service;
use Nickpeirson\Evohome\Entity\Schedule;
use Nickpeirson\Evohome\Value\Switchpoint;
require dirname(__DIR__).'/vendor/autoload.php';

$evohome = Service::init('username', 'password');
$response = $evohome->fetchUserAccount();
$response = $evohome->fetchInstallationInfo($response->userId);
$response = $evohome->fetchZoneSchedule($response[0]->gateways[0]->temperatureControlSystems[0]->zones[0]->zoneId);
print_r($response);
```

Credits
=======

[](#credits)

I heavily relied on the information in [this thread](http://www.automatedhome.co.uk/vbulletin/showthread.php?3863-Decoded-EvoHome-API-access-to-control-remotely) which saved me a load of time on sniffing and trial and error.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.8% 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 ~465 days

Total

2

Last Release

3722d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/910b840d472423f496397ee58e73f542ce35398709f9fde4177b62c6ba9f441d?d=identicon)[nickpeirson](/maintainers/nickpeirson)

---

Top Contributors

[![nickpeirson](https://avatars.githubusercontent.com/u/266466?v=4)](https://github.com/nickpeirson "nickpeirson (7 commits)")[![timhovius](https://avatars.githubusercontent.com/u/7972792?v=4)](https://github.com/timhovius "timhovius (6 commits)")

### Embed Badge

![Health badge](/badges/nickpeirson-evohome/health.svg)

```
[![Health](https://phpackages.com/badges/nickpeirson-evohome/health.svg)](https://phpackages.com/packages/nickpeirson-evohome)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751284.3k37](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1533.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

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