Download the PHP package kmlaravel/laravel-geographical-calculator without Composer
On this page you can find all versions of the php package kmlaravel/laravel-geographical-calculator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kmlaravel/laravel-geographical-calculator
More information about kmlaravel/laravel-geographical-calculator
Files in kmlaravel/laravel-geographical-calculator
Package laravel-geographical-calculator
Short Description laravel package help you to implement geographical calculation, with With several algorithms that help you deal with coordinates
License MIT
Rated 5.00 based on 1 reviews
Informations about the package laravel-geographical-calculator
Geographical Calculator
Geographical Calculator was developed for laravel 5.8+ to help you to implement geographical calculation, with With several algorithms that help you deal with coordinates.
Installation
1 - Dependency
The first step is using composer to install the package and automatically update your composer.json file, you can do this by running:
2 - Copy the package providers to your local config with the publish command, this will publish the config:
Features
- Get the distance between one or more of points
- Get the center between set of points
- Get the closest point to the specific point
- Get the farthest point to the specific point
- Check if a given point located in a given area
- Get a ranking of points by the nearest neighbor algorithm
- Get all package features
config options
add your custom units,keys ..etc.
Changelog
Please see the CHANGELOG for more information about what has changed or updated or added recently.
Security
If you discover any security related issues, please email them first to [email protected], if we do not fix it within a short period of time please open a new issue describing your problem.