google-maps-services-php
google-maps-services-php copied to clipboard
PHP client library (SDK) for Google Maps API Web Services
0.) added .gitignore file 1.) Added @method documentation to the Client class for the method invoked via __call. geolocation is the only one I didn't add because something weird is...
Update nearly the complete code, possible to use as v2, minimal php7 - added service to access Nearby endpoint (my inital reason) - enabled extending of some parts (extended service...
It would be nice to not restrict HTTP client usage to Guzzle, and using a [PSR HTTP client](https://www.php-fig.org/psr/psr-18/) instead