PHP Package: geocoder-php/google-maps-provider

PHP library providing Google Maps geocoding services for easy location-based data retrieval.

Current Version: 4.7.1
Last Updated: 2023-04-14
PHP Requirement: ^7.4 || ^8.0
Dependencies:
geocoder/php-common
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The Google Maps Provider for Geocoder-PHP offers seamless integration with Google Maps geocoding API, allowing developers to efficiently fetch location data. It simplifies geocoding tasks by providing structured data with latitude and longitude coordinates. This library aids in geospatial analysis, address validation, and mapping functionalities, enhancing location-based applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.8.0

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/geocoder-php/google-maps-provider/4.8.0/loader.php';
require_once 'libs/geocoder/php-common/{lib_version}/loader.php';

use Geocoder\Provider\GoogleMaps\GoogleMaps;
use Geocoder\Provider\GoogleMaps\GoogleMapsApi;

$obj = new GoogleMaps();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.