Geocod.io Releases a Laravel Package
laravel-news.com
Geocod.io the geocoding service created by Mathias Hansen has just released a PHP and Laravel library for integrating with the service. It includes geocoding, reverse geocoding, and data matching for US and Canadian addresses. Here is an example: $response = Geocodio::geocode('1109 N Highland St, Arlington, VA'); /* { "input": { "address_components": { "n …