Sorry if this question is already been asked before, but I was not able to find any similar topics or they were too old and are outdated now.
I am trying to build a back-end for Google Webmaster Tools. I have a bunch of client sites, that I manage. Ideally I want to show clients most of the stuff that google webmaster shows, but on one page (I can start by keywords, queries info, crawl errors and then build further on). I am doing this project in php but I am not able to find any good wrapper api's for webmaster tools in php. So far I found out this project which seems promising but this generates CSV files.
https://github.com/eyecatchup/php-webmaster-tools-downloads The author of this project, stated under another question that the crawl error portion of the site is not working. That question can be found here. Is there any possible to get Google Webmaster Tool (GWT) datas using PHP?
Also whatever data I get from the API I need to integrate it with Google charts. If anyone can suggest a resource or propose a possible solution that would be of great help.
Thank You,
[edit] link for the Google Webmaster API, https://developers.google.com/webmaster-tools/