treffynnon / navigator
Geographic calculations for PHP
Installs: 191 193
Dependents: 2
Suggesters: 0
Security: 0
Stars: 100
Watchers: 9
Forks: 12
Open Issues: 1
Requires
- php: >=5.3.2
Requires (Dev)
- phpunit/phpunit: 3.*
This package is auto-updated.
Last update: 2022-07-18 23:59:39 UTC
README
A PHP library for geographic calculations:
- Calculate the distance between two coordinate points on the earth's surface (using Vincenty, Haversine, Great Circle or The Cosine Law)
- Conversion between units (metres to kilometres, nautical miles and miles).
- Convert coordinate notation (decimals to degrees, minutes & seconds and back again).
This is an improved (PHP5.3+) and tested version of Geographic Calculations in PHP.
For more information and documentation please see the documentation.
Licence
This library is under a permissive BSD 2-Clause License.