PHP Package: alexpechkarev/google-maps

This PHP library provides seamless integration with Google Maps API for efficient location services in web applications.

Current Version: 12.0.0
Last Updated: 2025-03-03
PHP Requirement: >=7.4
Dependencies:
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Enhance your web applications with the powerful functionalities of Google Maps API using this PHP library. Utilize geolocation, mapping, and route optimization to create interactive and engaging user experiences.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 12.1.3

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/alexpechkarev/google-maps/12.1.3/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';

use AlexPechkarev\GoogleMaps\MapsService;
use GuzzleHttp\Client;
use GuzzleHttp\Psr7\Response;

$obj = new MapsService();
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.