PHP Package: geocoder-php/geo-plugin-provider
Efficient PHP library providing geocoding services through GeoPlugin API for accurate location-based data retrieval.
Package Description
Geo-Plugin Provider library for PHP focuses on seamless integration with the GeoPlugin API, offering precise geocoding functionality for location-based services. With easy-to-use methods and reliable data fetching, this library simplifies the process of obtaining accurate geographical information for your applications.
Download Latest Version: 4.4.0

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/geo-plugin-provider/4.4.0/loader.php';
require_once 'libs/geocoder-php/geocoder/{lib_version}/loader.php';
require_once 'libs/php-http/client-implementation/{lib_version}/loader.php';
use Geocoder\Provider\GeoPlugin\GeoPlugin;
use Geocoder\Provider\GeoPlugin\GeoPluginAddress;
$obj = new GeoPlugin();
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.