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
1.1
To use the tools of this repo only has to be required in your composer.json:
{
"require":{
"jlaso/gps": "dev-master"
}
}
Simply use the classes in it.
You can launch the test with phpunit.
MIT