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

This package is not auto-updated.

Last update: 2024-04-13 15:28:33 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

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.