PHP Package: mjaschen/phpgeo
PHP library for geocoding and reverse geocoding with support for multiple providers and caching mechanisms.
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.
Download Latest Version: 0.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.