PHPackages                             phil-lavin/heat-miser-wifi-php-interface - 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. phil-lavin/heat-miser-wifi-php-interface

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

phil-lavin/heat-miser-wifi-php-interface
========================================

PHP class to interface with HeatMiser wifi thermostats via their binary interface. Allows reading/writing of DCB.

1.0.0(13y ago)226BSDPHPPHP &gt;=5.4.0

Since Feb 1Pushed 11y ago2 watchersCompare

[ Source](https://github.com/phil-lavin/HeatMiser-Wifi-PHP-Interface)[ Packagist](https://packagist.org/packages/phil-lavin/heat-miser-wifi-php-interface)[ Docs](https://github.com/phil-lavin/HeatMiser-Wifi-PHP-Interface)[ RSS](/packages/phil-lavin-heat-miser-wifi-php-interface/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

HeatMiser WiFi PHP Interface
============================

[](#heatmiser-wifi-php-interface)

Intro
-----

[](#intro)

PHP library to interface with HeatMiser wifi thermostats via their binary interface. Allows reading/writing of DCB.

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

[](#installation)

Supports both Composer installation and regular file inclusion. For Composer, add the following to your composer.json:

```
"require": {
    "phil-lavin/heat-miser-wifi-php-interface": "1.0.1"
}
```

Or if you want to use the latest commit rather than a (supposedly) stable release:

```
"require": {
    "phil-lavin/heat-miser-wifi-php-interface": "dev-master"
}
```

For Composer, the library's classes will autoload if you use Composer's autoloader.

Usage example
-------------

[](#usage-example)

```
