Geocoder is a PHP library that provides a powerful abstraction layer for geocoding manipulations in geo-aware applications.
The library solves the problem of integrating multiple geocoding services by offering a unified interface for address-to-coordinate and coordinate-to-address conversions. It decouples your application from specific geocoding providers through an abstraction layer, allowing you to swap providers without changing application code. Since version 4.0, the library uses a modular architecture where providers and HTTP clients are installed separately, following PSR-18 standards for HTTP communication.
Developers should choose this tool if they need flexibility across multiple geocoding services or plan to switch providers. It suits projects that require caching, rate limiting, or framework integration, with dedicated packages available for Laravel and Symfony. The library's provider-based approach means you select only the geocoding service you need rather than bundling all providers by default.
Work in the issue tracker is dominated by provider-related discussions, bug reports, and improvement requests.