Basic Angularjs frontend and simple PHP backend that controlls three GPIO of a Rpi.
This GPIO should be connected as this project describe, using mosfets to controll the current that interacts with a RGB led strip.
So, basically: a frontend with 3 sliders that controlls RGB and a PHP that acts as backend that calls the system functions that changes the value of each reed, green, blue leds of the led strip.
To change api url, logo url and image check app/scripts/app.js constants. To change GPIO numbers, by default set on pins 17,22,24 check backend.php .
You need to install pigpio library and start the pigpio daemon to use the backend.