Download the PHP package bodunde/geocoder without Composer
On this page you can find all versions of the php package bodunde/geocoder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bodunde/geocoder
More information about bodunde/geocoder
Files in bodunde/geocoder
Download bodunde/geocoder
More information about bodunde/geocoder
Files in bodunde/geocoder
Vendor bodunde
Package geocoder
Short Description A laravel package that helps you with geocoding addresses and reverse geocoding coordinates using the google maps api. It also helps in calculating the distance between two locations using the Hervasine formula and the coordinates of the locations
License MIT
Package geocoder
Short Description A laravel package that helps you with geocoding addresses and reverse geocoding coordinates using the google maps api. It also helps in calculating the distance between two locations using the Hervasine formula and the coordinates of the locations
License MIT
Please rate this library. Is it a good library?
Informations about the package geocoder
Laravel-Geocoder
A Laravel Package that interfaces with the google maps API to help convert a plain address to longitude and latitude coordinates and vice-versa. It can also calculate the distance (in kilometers or miles) between two locations using their coordinates.
Installation
- include the package in your
composer.json
file and runcomposer update
or runcomposer require bodunde/geocoder
or you can do it oldschool and just clone the repo and include it in your application. - navigate to your
config
directory in your laravel application and locate theapp.php
file - add this line to your service provide
Bodunde\GoogleGeocoder\GeocoderServiceProvider::class
- publish its config file by running
php artisan vendor:publish
- include your
google_api_key
ingeocoder.php
file located in the config directory Voila!!! You are done
Usage
Tests
In the package root run phpunit
All versions of geocoder with dependencies
PHP Build Version
Package Version
The package bodunde/geocoder contains the following files
Loading the files please wait ....