Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.18 KB

Distance

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.