Google Maps PHP (unofficial library). This provide simple functions to work with Google Maps APIs. You can find further informations in Google Maps Platform Documentation
Google Maps provide many services, actually at this moment this package implements only Geocoding service but others will be available soon.
Go to complete reference or read documentation
- Geocoding ☑️
- Elevation ☑️
- Places ☑️
- Time Zone ☑️
- Directions (soon)
- Distance Matrix (soon)
- Road (soon)
- Geolocation (not scheduled)
You can install the package via composer:
composer require biscolab/google-maps-php-sdk
Notice! The package is not yet stable, you may find trouble with your minimum stability settings.
Watch the examples