ldebrouwer / distance
Distance helps you calculate the distance between GPS coordinates, in vanilla PHP. Pure and simple.
v0.2
2015-05-01 13:18 UTC
Requires
- php: >=5.5
Requires (Dev)
- phpunit/phpunit: 4.6.*
This package is not auto-updated.
Last update: 2025-03-01 20:40:09 UTC
README
Distance helps you calculate the distance between GPS coordinates, in vanilla PHP. Pure and simple.
Installation
Using Composer
When using Composer you can always load in the latest version.
{ "require": { "ldebrouwer/distance": "~0.2" } }
Check it out on Packagist.
Documentation
This is still on the to-do list. The code is pretty well documented though and should autocomplete in most IDEs.
Still to come
- Expanded unit support.
- Documentation.