A dashboard example using the phpParticle class
- GIT clone or download a zip of the repo and unzip into your project directory
- Upload to your web server
- Grab this copy of particle.class.php and upload into your project directory
- Visit index.php in a browser.
Feel free to play around with the demo
Simply login with your access token (get it from http://particle.io/build)
On the devices page you can see all Particle devices associated with your access token
On the device info page you can look at a particular device. Available information include known Particle Variables (values update if you refresh the page) and Particle Functions. Send parameters to those functions by filling in the parameter text box and pressing the "Submit" button
When you successfully submit a function call to the Particle Cloud you get a alert with the return value.