treffynnon / navigator
This package is abandoned and no longer maintained.
No replacement package was suggested.
Geographic calculations for PHP
1.1.1
2020-04-29 15:12 UTC
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.