adbros / google-maps-php-sdk
Google Maps PHP SDK.
0.9.0
2021-12-01 22:00 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: 5.*|6.*|7.*
Requires (Dev)
- ext-curl: *
- phpdocumentor/reflection-docblock: ~2.0
- phpunit/phpunit: 7.*|8.*|^9.0
- psr/log: ^1.0
- sami/sami: ^4.1
README
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.
Reference & Documentation
Go to complete reference or read documentation
Google Maps Services
Ready
- Geocoding ☑️
- Elevation ☑️
- Places ☑️
- Time Zone ☑️
ASAP
- Directions (soon)
- Distance Matrix (soon)
- Road (soon)
Not scheduled
- Geolocation (not scheduled)
Installation
You can install the package via composer:
composer require biscolab/google-maps-php-sdk
Documentation
Notice! The package is not yet stable, you may find trouble with your minimum stability settings.
Examples
Watch the examples