GeocoderLaravel

screenshot of GeocoderLaravel

Geocoder service provider for Laravel

Overview:

The Geocoder for Laravel package is a tool that allows users to incorporate Geocoder functionality into their Laravel 5 projects. This package requires PHP version 7.1.3 or higher and Laravel version 5.0 or newer. It provides features such as integration with various providers for geocoding and reverse lookups, customization options, and caching configurations to enhance performance.

Features:

  • Geocoder Functionality: Allows users to utilize Geocoder services within their Laravel application.
  • Requirements: Specifies PHP and Laravel version requirements for compatibility.
  • Installation: Provides step-by-step instructions for installing the Geocoder package via composer.
  • Configuration: Offers guidance on configuring the package, including setting up language, region values, and cache stores.
  • Providers: Explains how to customize and add/remove providers for geocoding and reverse lookups.
  • Adapters: Provides the option to replace the default CURL adapter with other PSR-7-compatible HTTP adapters for flexibility.
  • Customization: Allows users to publish and edit the configuration file to personalize settings.
  • Caching: Includes caching options to improve performance, with instructions on disabling caching per query.