PHP class for Google Geocoder API
For a project I’ve been working on, I needed to access Google’s Geocoder API. I search for names (schools in this case), and return as much info as I can that Google has about it.
I’ve posted the class up on Github, it’s straightforward, and might help some people out:
http://github.com/nshahzad/Google-Geocoder
The usage is in the readme/displayed right on the github page. It uses cURL and JSON to keep the traffic transfered low. That also means you need the json_decode() function, which is in PHP 5.2 and up.
Happy 4th!
