jlaso/gps

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

0.1 2015-02-05 13:24 UTC

This package is auto-updated.

Last update: 2024-04-15 10:00:25 UTC


README

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

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