stevendesu / laravel-worlddistance by stevendesu

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
1
Package Data
Maintainer Username: stevendesu
Maintainer Contact: steven.abarnett@gmail.com (Steven Barnett)
Package Create Date: 2015-02-17
Package Last Update: 2015-03-08
Language: PHP
License: MIT
Last Refreshed: 2025-04-03 03:04:40
Package Statistics
Total Downloads: 17
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 1
Total Forks: 1
Total Open Issues: 1

laravel-worlddistance

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