geocoder-php/geoip2-provider
GeoIP2 provider for PHP Geocoder using MaxMind GeoLite2/GeoIP2 databases or the paid Precision web service. Geocode IP addresses via a GeoIP2 adapter to return location data (city/country) from MMDB files or API.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| geocoder-php/maxmind-binary-provider | 0.92 | 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 | 1K | 0 | 2.7 | 35.1 | MIT | 1 year ago | |
| geocoder-php/google-maps-provider | 0.92 | 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. | 186 | 194 | 15 | 435K | 0 | 5.0 | 46.5 | MIT | 1 year ago | |
| geocoder-php/host-ip-provider | 0.91 | 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/maxmind-provider | 0.90 | 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 | 882 | 0 | 0.0 | — | MIT | 1 year ago | |
| geocoder-php/ip-info-db-provider | 0.90 | 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.5 | MIT | 1 year ago | |
| geocoder-php/cache-provider | 0.90 | 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 | 42K | 0 | 2.2 | 51.3 | MIT | 1 year ago | |
| geocoder-php/geonames-provider | 0.90 | 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.0 | MIT | 1 year ago | |
| geoip2/geoip2 | 0.90 | — | 2,483 | 2,603 | 286 | 2M | 1 | 39.7 | 43.5 | Apache-2.0 | 6 months ago | |
| geocoder-php/google-maps-places-provider | 0.89 | 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 | 0.2 | — | MIT | 1 year ago | |
| 1001pharmacies/geolocation-bundle | 0.89 | — | 10 | 11 | 4 | 0 | 2 | 2.1 | — | MIT | 8 years ago | |
| chaplean/geolocation-bundle | 0.89 | — | 0 | 0 | 0 | 0 | 0 | 1.0 | 1.9 | — | 6 years ago | |
| geocoder-php/open-cage-provider | 0.89 | 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 | 9K | 0 | 2.5 | 43.5 | MIT | 1 year ago | |
| willdurand/geocoder-bundle | 0.89 | — | 323 | 333 | 111 | 94K | 2 | 26.3 | 38.0 | MIT | 4 months ago | |
| geocoder-php/geo-plugin-provider | 0.89 | 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 | 103K | 0 | 2.0 | 41.7 | MIT | 1 year ago | |
| toin0u/geocoder-laravel | 0.89 | — | 743 | 756 | 107 | 94K | 0 | 36.1 | 34.1 | MIT | 2 weeks ago | |
| yamilovs/sypex-geo | 0.89 | — | 4 | 4 | 7 | 740 | 1 | 0.9 | 30.0 | — | 1 year ago | |
| willdurand/geocoder | 0.89 | 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. | 174 | 206 | 12 | 702K | 0 | 5.7 | 49.7 | MIT | 1 year ago | |
| geocoder-php/locationiq-provider | 0.88 | 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.4 | MIT | 1 year ago | |
| geocoder-php/common-http | 0.88 | 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. | 187 | 188 | 5 | 562K | 0 | 3.8 | 48.0 | MIT | 1 year ago | |
| stevebauman/location | 0.88 | Retrieve a user’s geolocation from their IP in Laravel. Provides a simple Location facade to get city, region, country, coordinates, timezone and more, with multiple driver support (e.g., IP2Location, IP-API, MaxMind) plus caching and testing helpers. | 1,294 | 1,303 | 194 | 278K | 4 | 38.9 | 37.9 | MIT | 2 months ago |
How can I help you explore Laravel packages today?