Download the PHP package magutti/magutti-spatial without Composer
On this page you can find all versions of the php package magutti/magutti-spatial. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download magutti/magutti-spatial
More information about magutti/magutti-spatial
Files in magutti/magutti-spatial
Package magutti-spatial
Short Description Laravel Builder Mysql Spatial Extension
License MIT
Homepage https://github.com/marcoax/maguttiSpatialBuilder
Informations about the package magutti-spatial
magutti-spatial V4
Laravel Builder Mysql Spatial Extension
Laravel Builder extensions to calculate distances between two Spatial points using Mysql native function ST_Distance_Sphere
.
ST_Distance_Sphere
default unit to find distance is meters.
Installation
You can install the package via composer:
Usage
Add in your Model
Example of usage
Get all points where the distance from a given position are less than 1Km
where 8.9246844 (longitude), 45.4152695 (latitude) is your position and 1000 is the max distance in meters.
Using Miles
Find the closest point to you in Km
Helpers
The package provide some pre-built methods to calculate distance in Km, Miles or Feet.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- marcoax
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of magutti-spatial with dependencies
illuminate/support Version ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0