PHP Package: geocoder-php/geo-plugin-provider

Efficient PHP library providing geocoding services through GeoPlugin API for accurate location-based data retrieval.

Current Version: 4.3.0
Last Updated: 2022-07-30
PHP Requirement: ^7.4 || ^8.0
Dependencies:
geocoder-php/geocoder
php-http/client-implementation
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.4.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/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.