geocoder-php/provider-integration-tests
Integration test suite for Geocoder PHP providers. Shared tests and fixtures to validate provider implementations and ensure consistent behavior across services, making it easier to verify compliance and prevent regressions.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| geocoder-php/tomtom-provider | 0.86 | TomTom provider for the Geocoder PHP library. Adds forward and reverse geocoding via TomTom APIs, returning standardized Geocoder results for addresses, coordinates, and place lookups. Useful for Laravel/PHP apps needing TomTom-backed location search. | 3 | 3 | 1 | 5K | 0 | 1.8 | 42.7 | MIT | 1 year ago | |
| league/geotools | 0.86 | Geotools is a PHP geo library built on Geocoder and React. It supports batch geocoding/reverse geocoding with multiple providers, PSR-6 caching, CLI tools, coordinate conversion (DMS/UTM), and distance/bearing/point calculations. | 1,406 | 1,447 | 128 | 76K | 22 | 36.1 | 35.9 | MIT | 4 months ago | |
| damienharper/navigation-bundle | 0.86 | — | 2 | 3 | 1 | 3 | 0 | 1.5 | 4.2 | MIT | 5 years ago | |
| geocoder-php/free-geoip-provider | 0.86 | Free GeoIP provider for the Geocoder PHP library. Adds a FreeGeoIP/IP geolocation service to turn IP addresses into location data (country, region, city, coordinates) via a simple provider interface for easy plug-in use. | 14 | 14 | 3 | 13K | 0 | 2.6 | 40.6 | MIT | 1 year ago | |
| geocoder-php/chain-provider | 0.86 | — | 104 | 104 | 4 | 129K | 0 | 3.6 | 42.7 | MIT | 1 year ago | |
| geocoder-php/maxmind-binary-provider | 0.85 | MaxMind Binary provider for the PHP Geocoder library. Lookup geolocation data from local MaxMind GeoIP2/GeoLite2 binary databases without external API calls. Useful for fast, offline IP-to-location resolution in PHP apps. | 3 | 3 | 0 | 749 | 0 | 2.7 | 31.4 | MIT | 1 year ago | |
| geocoder-php/openrouteservice-provider | 0.85 | OpenRouteService provider for Geocoder PHP. Integrates ORS geocoding into the Geocoder ecosystem via a simple provider class, supporting forward and reverse geocoding through the OpenRouteService API with configurable HTTP client and API key. | 3 | 3 | 0 | 5K | 0 | 1.5 | 42.7 | MIT | 1 year ago | |
| willdurand/geocoder-bundle | 0.85 | — | 323 | 334 | 111 | 89K | 2 | 23.1 | 36.6 | MIT | 6 months ago | |
| geocoder-php/nominatim-provider | 0.85 | Nominatim provider for Geocoder PHP. Adds OpenStreetMap Nominatim geocoding and reverse geocoding support, converting addresses and coordinates to structured results, with configurable endpoints and HTTP client integration for Laravel/PHP apps. | 34 | 35 | 7 | 109K | 0 | 4.3 | 48.3 | MIT | 1 year ago | |
| geocoder-php/common-http | 0.85 | Common HTTP layer for Geocoder PHP providers. Includes shared HTTP client abstractions, request/response handling, and helpers to integrate PSR-18 clients and PSR-7 messages, keeping geocoding providers lightweight and consistent across transports. | 186 | 188 | 5 | 567K | 0 | 3.8 | 48.1 | MIT | 1 year ago | |
| geocoder-php/maxmind-provider | 0.85 | MaxMind provider for PHP-Geocoder. Integrates MaxMind GeoIP databases to resolve IP addresses into location data (country, region, city, coordinates). Useful for adding fast, offline IP geolocation to your PHP apps. | 1 | 1 | 0 | 796 | 0 | 1.8 | 32.9 | MIT | 1 year ago | |
| geocoder-php/algolia-places-provider | 0.85 | Algolia Places provider for PHP Geocoder. Geocode and reverse geocode using Algolia’s Places API with optional authentication, locale-aware queries, and PSR-18 HTTP clients. Install via Composer and use with StatefulGeocoder for localized results. | 6 | 6 | 0 | 3K | 0 | 1.8 | 34.6 | MIT | 1 year ago | |
| spatie/geocoder | 0.84 | Convert any address into GPS coordinates in Laravel/PHP using Google’s Geocoding API. Simple facade-based calls return lat/lng plus accuracy, formatted address, and viewport data. Ideal for mapping, location search, and address validation. | 845 | 855 | 113 | 118K | 0 | 28.4 | 32.7 | MIT | 5 months ago | |
| geocoder-php/cache-provider | 0.84 | Cache provider for Geocoder PHP: integrates PSR-6/PSR-16 caches to store geocoding results and reduce API calls. Helps improve performance and avoid rate limits by reusing responses across requests. | 7 | 7 | 3 | 57K | 0 | 2.2 | 53.2 | MIT | 1 year ago | |
| geocoder-php/bing-maps-provider | 0.84 | Bing Maps provider for PHP Geocoder. Adds forward and reverse geocoding using Microsoft Bing Maps APIs, returning standardized Geocoder results. Plug into geocoder-php with your Bing key for address lookup and coordinates. | 4 | 5 | 1 | 14K | 0 | 2.2 | 46.5 | MIT | 1 year ago | |
| toin0u/geocoder-laravel | 0.84 | — | 751 | 761 | 109 | 104K | 0 | 35.3 | 34.3 | MIT | 1 month ago | |
| geocoder-php/arcgis-online-provider | 0.84 | ArcGIS Online provider for the PHP Geocoder library. Adds geocoding and reverse geocoding via ArcGIS Online services, including support for authentication and provider configuration. Suitable for integrating ArcGIS address lookup into PHP apps. | 3 | 5 | 2 | 18K | 0 | 1.9 | 50.4 | MIT | 1 year ago | |
| willdurand/geocoder | 0.84 | Powerful PHP geocoding library by William Durand. Geocode addresses to coordinates and reverse-geocode lat/long back to locations, with a clean provider-based API. Supports multiple geocoding services, adapters, caching, and easy integration in any project. | 173 | 206 | 12 | 748K | 0 | 5.7 | 50.2 | MIT | 1 year ago | |
| geocoder-php/geonames-provider | 0.84 | GeoNames provider for the PHP Geocoder library. Adds forward/reverse geocoding and place lookup via the GeoNames API, with configurable options and integration alongside other Geocoder providers for consistent address and location results. | 2 | 2 | 2 | 3K | 0 | 2.3 | 42.1 | MIT | 1 year ago | |
| geocoder-php/open-cage-provider | 0.84 | OpenCage provider for Geocoder PHP. Adds forward and reverse geocoding via the OpenCage Geocoding API, with address lookups by text or coordinates and results normalized to Geocoder’s model for easy integration in PHP apps. | 4 | 5 | 2 | 8K | 0 | 2.5 | 44.3 | MIT | 1 year ago |
How can I help you explore Laravel packages today?