https://github.com/daverandom/liblifxlan
PHP implementation of the LIFX LAN protocol
https://github.com/daverandom/liblifxlan
Last synced: about 1 year ago
JSON representation
PHP implementation of the LIFX LAN protocol
- Host: GitHub
- URL: https://github.com/daverandom/liblifxlan
- Owner: DaveRandom
- License: mit
- Created: 2017-12-22T01:25:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T21:48:20.000Z (over 8 years ago)
- Last Synced: 2025-04-04T11:51:10.278Z (about 1 year ago)
- Language: PHP
- Size: 210 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LIFX LAN
PHP implementation of the [LIFX LAN protocol](https://lan.developer.lifx.com/docs/introduction).
WIP. Do not rely on any of this code as the API is currently subject to change.
## Status
[](https://travis-ci.org/DaveRandom/LibLifxLan)
[](https://scrutinizer-ci.com/g/DaveRandom/LibLifxLan/?branch=master)
[](https://scrutinizer-ci.com/g/DaveRandom/LibLifxLan/?branch=master)
## 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