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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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.89 | 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 | |
| toin0u/geocoder-laravel | 0.88 | — | 743 | 756 | 107 | 94K | 0 | 36.1 | 34.1 | MIT | 3 weeks ago | |
| geocoder-php/ip-info-provider | 0.88 | 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 | 28.5 | MIT | 1 year ago | |
| spatie/geocoder | 0.88 | 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. | 841 | 855 | 113 | 103K | 0 | 30.8 | 32.5 | MIT | 3 months ago | |
| geocoder-php/arcgis-online-provider | 0.87 | 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 | 11K | 0 | 1.9 | 46.2 | MIT | 1 year ago | |
| geocoder-php/open-cage-provider | 0.87 | 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 | |
| 1001pharmacies/geolocation-bundle | 0.87 | — | 10 | 11 | 4 | 0 | 2 | 2.1 | — | MIT | 8 years ago | |
| geocoder-php/pickpoint-provider | 0.87 | 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 | 671 | 0 | 1.5 | 35.2 | MIT | 1 year ago | |
| geocoder-php/mapquest-provider | 0.87 | 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.8 | MIT | 1 year ago | |
| geocoder-php/geo-plugin-provider | 0.87 | 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 | |
| geocoder-php/provider-integration-tests | 0.87 | 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. | 0 | 0 | 6 | 2K | 0 | 4.5 | 45.9 | MIT | 2 years ago | |
| geocoder-php/host-ip-provider | 0.86 | 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/cache-provider | 0.86 | 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 | |
| skagarwal/google-places-api | 0.86 | PHP wrapper for Google Places API Web Service with Laravel support. Includes Places API and Places API (New) endpoints like autocomplete/search, built on Saloon in v3. Composer install, fluent client setup, configurable SSL and error handling. | 191 | 198 | 47 | 66K | 1 | 27.5 | 40.2 | MIT | 2 months ago | |
| 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 | 2 | 5K | 0 | 1.9 | 43.2 | MIT | 1 year ago | |
| geocoder-php/geonames-provider | 0.86 | 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 | |
| willdurand/geocoder-bundle | 0.86 | — | 323 | 333 | 111 | 89K | 2 | 26.2 | 37.6 | MIT | 5 months ago | |
| geocoder-php/bing-maps-provider | 0.86 | 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 | 15K | 0 | 2.2 | 47.0 | MIT | 1 year ago | |
| arcasolutions/google-map | 0.86 | Laravel package providing Google Maps integration for your app, with helpers to generate map views and include the required scripts. Useful for quickly embedding maps and configuring markers or map options within Laravel projects. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | 9 years ago |
How can I help you explore Laravel packages today?