daverandom/lifx-lan-protocol

LIFX LAN protocol implementation

dev-master 2018-02-09 21:47 UTC

This package is auto-updated.

Last update: 2024-05-25 06:41:51 UTC


README

PHP implementation of the LIFX LAN protocol.

WIP. Do not rely on any of this code as the API is currently subject to change.

Status

Build Status Scrutinizer Code Quality Code Coverage

Requirements

  • A 64-bit PHP build (no, I will not be adding 32-bit support).
  • PHP >=7.1.1, or PHP 7.1.0 and a little-endian CPU.

@todo

  • Implement multi-zone messages
  • Write a client implementation with transport handling