stevendesu/world-distance

A Laravel 5 package for calculating the distance between two given points on a globe. Optionally uses Google's Distance Matrix API. By default just uses math and assumes a spherical Earth.
17 2
Install
composer require stevendesu/world-distance
PHP:>=5.3.0
License:MIT
Last Updated:Mar 8, 2015
Links: GitHub  ·  Packagist
Maintainer: stevendesu

laravel-worlddistance

Calculates the distance between two points on a globe, inspired by @ritey