php-google-maps-distance-matrix icon indicating copy to clipboard operation
php-google-maps-distance-matrix copied to clipboard

PHP Implementation of the Google Maps Distance Matrix API

Results 4 php-google-maps-distance-matrix issues
Sort by recently updated
recently updated
newest added

Can you tell me how can I use it in laravel Controller

Hello, awesome code! I got 2 questions: 1) Is the API using the standard or the advanaced distance matrix API? https://developers.google.com/maps/documentation/distance-matrix/usage-and-billing Cause the standard one is way cheaper than the...

I had to edit the core code to find the error message. It was returning the general error: Request provided was invalid. Json response was obvious how to fix once...

I'm trying to use php-google-maps-distance-matrix in a Laravel 8 app. Laravel requires Guzzle ^7.0.1. The Guzzle interface does not seem to change between versions 6 & 7, hence it should...