Claymore i need to monitor rigs with php, is there any example for such language, i know there is nodejs monitoring tool but wasn't able to find any php example, do you have something or can provide as an test/example ?, thanks.
It's just Json, you can write monitoring in any language that can create json queries and parse the result. Its so Easy

Edit : PHP Can do it, HTML5 can do it, and almost every programming language have abilities to interact with json.