kinoheld/geo-distance

Helpers to calculate geo distance between two points in kilometers.

1.0.1 2020-07-29 13:59 UTC

This package is auto-updated.

Last update: 2025-03-29 01:10:04 UTC


README

Installation

Via composer:

composer require kinoheld/geo-distance

Provided methods

kinoheld\GeoDistance\GeoDistance::calculateDistance()

Calculate distance in kilometers.

kinoheld\GeoDistance\GeoDistance::buildDistanceSQL()

Get distance query for SQL query.