adbros/google-maps-php-sdk

Google Maps PHP SDK.

0.9.0 2021-12-01 22:00 UTC

This package is auto-updated.

Last update: 2024-04-08 11:57:26 UTC


README

Packagist version Scrutinizer Build Status

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

License

MIT License