geocoder-php/common-http
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.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| geocoder-php/algolia-places-provider | 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 | 2K | 0 | 1.8 | 32.9 | MIT | 1 year ago | |
| geocoder-php/arcgis-online-provider | 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. | 4 | 5 | 2 | 12K | 0 | 1.9 | 46.6 | MIT | 1 year ago | |
| geocoder-php/bing-maps-provider | 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. | 5 | 5 | 1 | 17K | 0 | 2.2 | 47.7 | MIT | 1 year ago | |
| geocoder-php/free-geoip-provider | 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.5 | MIT | 1 year ago | |
| geocoder-php/geo-plugin-provider | GeoPlugin provider for the Geocoder PHP library. Turns IP addresses into location data (country, region, city, coordinates) using GeoPlugin’s API. Easy drop-in provider for apps that need basic IP geolocation and locale-aware results. | 97 | 97 | 1 | 112K | 0 | 2.6 | 42.2 | MIT | 1 year ago | |
| geocoder-php/geonames-provider | 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/google-maps-places-provider | Google Maps Places provider for the PHP Geocoder library. Lets you geocode and reverse geocode using Google Places/Maps APIs, returning structured location results for addresses and points of interest. Ideal for Laravel/PHP apps needing Places search and lookup. | 4 | 4 | 5 | 13K | 0 | 2.6 | 47.3 | MIT | 1 year ago | |
| geocoder-php/google-maps-provider | Google Maps provider for the PHP Geocoder library. Adds geocoding and reverse geocoding via Google’s APIs, supporting address and coordinate lookups with configurable options and authentication. Suitable for Laravel and other PHP apps. | 187 | 194 | 15 | 439K | 0 | 5.0 | 46.5 | MIT | 1 year ago | |
| geocoder-php/here-provider | HERE provider for the Geocoder PHP library. Adds forward and reverse geocoding via HERE APIs, returning consistent Geocoder results for addresses, places, and coordinates. Intended for use with geocoder-php adapters and your HERE credentials. | 12 | 13 | 11 | 16K | 0 | 3.4 | 42.6 | MIT | 1 year ago | |
| geocoder-php/host-ip-provider | HostIP provider for the PHP Geocoder library. Retrieves geolocation data for an IP address using the hostip.info service, returning standard Geocoder results. Lightweight adapter to plug HostIP into geocoder-php for quick IP-to-location lookups. | 4 | 4 | 1 | 2K | 0 | 2.2 | 35.5 | MIT | 1 year ago | |
| geocoder-php/ip-info-db-provider | IP-Info-DB provider for PHP-GeoCoder (Geocoder PHP). Look up IP address geolocation via the ipinfodb.com API and return standardized Geocoder results. Useful for adding country/region/city data to apps from an IP. | 2 | 2 | 1 | 1K | 0 | 1.8 | 36.3 | MIT | 1 year ago | |
| geocoder-php/ip-info-provider | IP-Info provider for the Geocoder PHP library. Looks up IP addresses using the ipinfo.io service and returns structured location data (country, region, city, coordinates, timezone, etc.) via a simple provider adapter. | 9 | 9 | 0 | 1K | 0 | 1.5 | 29.1 | MIT | 1 year ago | |
| geocoder-php/ipstack-provider | IPStack provider for the geocoder-php ecosystem. Adds an IP-to-location geocoding service backed by ipstack.com, returning geographic details for IP addresses. Use it with Geocoder’s standard interfaces to integrate IP-based lookups in PHP apps. | 60 | 60 | 0 | 9K | 0 | 1.8 | 30.0 | MIT | 1 year ago | |
| geocoder-php/locationiq-provider | LocationIQ provider for the PHP Geocoder library. Adds forward and reverse geocoding via LocationIQ’s API, returning standardized coordinates and address data. Easy to plug into existing Geocoder setups and compatible with the provider interface. | 4 | 4 | 3 | 4K | 0 | 2.2 | 40.3 | MIT | 1 year ago | |
| geocoder-php/mapbox-provider | Mapbox geocoding provider for Geocoder PHP. Forward and reverse geocoding via Mapbox APIs to turn addresses into coordinates and coordinates into places, for easy integration with the Geocoder framework in PHP projects. | 12 | 12 | 6 | 25K | 0 | 2.3 | 45.3 | MIT | 1 year ago | |
| geocoder-php/mapquest-provider | MapQuest provider for the Geocoder PHP library. Adds forward and reverse geocoding via MapQuest’s API so you can convert addresses to coordinates (and back) in a consistent Geocoder interface, using your MapQuest API key and configuration options. | 2 | 3 | 2 | 5K | 0 | 1.6 | 44.3 | MIT | 1 year ago | |
| geocoder-php/maxmind-provider | 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 | 1K | 0 | 1.8 | 39.3 | MIT | 1 year ago | |
| geocoder-php/nominatim-provider | 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. | 35 | 35 | 7 | 106K | 0 | 4.3 | 47.9 | MIT | 1 year ago | |
| geocoder-php/open-cage-provider | 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 | 12K | 0 | 2.5 | 46.5 | MIT | 1 year ago | |
| geocoder-php/openrouteservice-provider | 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 | 7K | 0 | 1.5 | 44.4 | MIT | 1 year ago | |
| geocoder-php/pelias-provider | Pelias provider for PHP Geocoder. Connects to a Pelias-compatible geocoding API (self-hosted Pelias or services like Geocode Earth and OpenRouteService) to forward and reverse geocode addresses and coordinates. | 1 | 1 | 1 | 10K | 0 | 2.4 | 51.1 | MIT | 1 year ago | |
| geocoder-php/pickpoint-provider | PickPoint provider for the PHP Geocoder library. Adds support for geocoding through the PickPoint API, returning normalized address/location results and integrating with Geocoder’s standard provider interface for easy swapping in existing apps. | 0 | 0 | 1 | 1K | 0 | 1.5 | 42.3 | MIT | 1 year ago | |
| geocoder-php/tomtom-provider | 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 | 2 | 6K | 0 | 1.9 | 43.6 | MIT | 1 year ago | |
| geocoder-php/yandex-provider | Yandex provider for the Geocoder PHP library. Adds Yandex Geocoder and reverse geocoding support, returning normalized address and coordinate data via the standard Geocoder interfaces. Suitable for Laravel or standalone PHP projects. | 7 | 7 | 1 | 4K | 0 | 2.5 | 37.9 | MIT | 1 year ago |
How can I help you explore Laravel packages today?