Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 912 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 912 Bytes

LIFX LAN

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