jlaso / gps
I intent in this repo to have togheter all my gps tools that I need for my projects.
Installs: 165
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/jlaso/gps
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-09-15 12:52:19 UTC
README
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