daverandom / lifx-lan-protocol
LIFX LAN protocol implementation
dev-master
2018-02-09 21:47 UTC
Requires
- php-64bit: >=7.1
- daverandom/enum: ^1
- daverandom/network-primitives: dev-master#b8b364038b8c60443f3dae7b0ad49475a1b1b425
- ramsey/uuid: ^3
Requires (Dev)
- phpunit/phpunit: ^6
This package is auto-updated.
Last update: 2024-10-25 07:27:27 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
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