Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebrouwer-rmn committed Apr 25, 2015
1 parent 99c8c01 commit 6c16dfe
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# distance
# Distance
Distance helps you calculate the distance between GPS coordinates, in vanilla PHP. Pure and simple.

## Installation

### Using Composer

When using [Composer](https://getcomposer.org) you can always load in the latest version.

```bash
{
"require": {
"ldebrouwer/distance": "dev-master"
}
}
```
Check it out [on Packagist](https://packagist.org/packages/ldebrouwer/distance).

## 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
- Haversine formula support.
- Expanded unit support.
- Documentation.

0 comments on commit 6c16dfe

Please sign in to comment.