PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Joseluis Laso   jlaso GPS   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: jlaso GPS
Calculate the distance between geographic points
Author: By
Last change: Update of README.md
Date: 2 months ago
Size: 1,035 bytes
 

Contents

Class file image Download

License Latest Unstable Version Total Downloads Latest Stable Version

jlaso/gps

> gps related tools

I intent in this repo to have togheter all my gps tools that I need for my projects

- distance calculation between two gps points

Required PHP7

Version

1.1

Authors

  • [Joseluis Laso] - <http://www.joseluislaso.es>

Installation

To use the tools of this repo only has to be required in your composer.json:

{
   "require":{
      "jlaso/gps": "dev-master"
   }
}

Use

Simply use the classes in it.

Tests

You can launch the test with phpunit.

License

MIT

[Joseluis Laso]:http://www.joseluislaso.es/