PHP Package: geocoder-php/nominatim-provider

Nominatim provider for geocoder-php library offering geocoding services with detailed address information retrieval.

Current Version: 5.7.0
Last Updated: 2023-03-01
PHP Requirement: ^7.4 || ^8.0
Dependencies:
geocoder-php/geocoder
geocoder-php/common-http
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Nominatim provider is a PHP library extension for geocoder-php, specifically designed to interact with Nominatim API to provide geocoding functionality. It integrates seamlessly with geocoder-php, extracting precise location details based on input queries. With this provider, users can effortlessly access accurate geocoding data, enhancing location-based services in their applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 5.8.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/nominatim-provider/5.8.0/loader.php';
require_once 'libs/geocoder-php/geocoder/{lib_version}/loader.php';
require_once 'libs/geocoder-php/common-http/{lib_version}/loader.php';

use Geocoder\Geocoder;
use Geocoder\Provider\Nominatim\Nominatim;
use Http\Adapter\Guzzle6\Client;

$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.