PHP Package: geocoder-php/chain-provider

Chain provider for geocoder-php library with multiple geocoding services support.

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

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.

📦 Show all available classes🔗 View on GitHub

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