google-maps-services-php icon indicating copy to clipboard operation
google-maps-services-php copied to clipboard

PHP client library (SDK) for Google Maps API Web Services

Results 5 google-maps-services-php issues
Sort by recently updated
recently updated
newest added

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