PHP Package: mjaschen/phpgeo

PHP library for geocoding and reverse geocoding with support for multiple providers and caching mechanisms.

Current Version: 0.2.1
Last Updated: Date not available
PHP Requirement: >=5.3.0
Dependencies: None

Package Description

PHPGeo is a powerful geocoding library that offers comprehensive functionality for converting addresses to geographic coordinates and vice versa. It supports various providers and caching strategies to optimize performance and accuracy. With PHPGeo, developers can easily integrate geocoding capabilities into their applications, enabling efficient location-based services.

🔗 View on GitHub

Download Latest Version: 0.2.1

Download Download v0.2.1

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/mjaschen/phpgeo/0.2.1/loader.php';
use PHPGeo\Geocoder;
use PHPGeo\Provider\GoogleMapsProvider;

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