daverandom / lifx-lan-protocol
LIFX LAN protocol implementation
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/daverandom/lifx-lan-protocol
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: 2025-09-25 09:28:30 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