PHP Package: geocoder-php/chain-provider
Chain provider for geocoder-php library with multiple geocoding services support.
Package Description
The chain provider in geocoder-php library offers a seamless integration of multiple geocoding services for enhanced location-based solutions. By allowing users to combine the power of various providers, it ensures accurate and reliable geocoding results across different platforms and applications. This versatile tool simplifies the process of geocoding by seamlessly switching between providers based on specific needs, ensuring optimal performance and flexibility in location-based services.
Download Latest Version: 4.6.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/chain-provider/4.6.0/loader.php';
require_once 'libs/geocoder/provider-interface/{lib_version}/loader.php';
require_once 'libs/geocoder-php/geocoder/{lib_version}/loader.php';
use Geocoder\Provider\Chain\Chain;
use Geocoder\Provider\Chain\ChainFactory;
$obj = new Chain();
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.