php-coord/php-coord

PHPCoord is a PHP library to aid in handling coordinates. It can convert coordinates for a point from one system to another and also calculate distance between points.

Fund package maintenance!
dvdoug

Installs: 549 712

Dependents: 14

Suggesters: 0

Security: 0

Stars: 100

Watchers: 11

Forks: 16

Open Issues: 2

v5.8.0 2024-02-03 21:18 UTC

README

Build Status Download count Current version Documentation

PHPCoord is a PHP library to aid in handling coordinates. It can convert coordinates for a point from one system to another and also calculate distance between points.

6982 different coordinate systems are supported, covering the entire globe. Some common systems supported include:
  • WGS84 (GPS)
  • OSGB36 (Great Britain)
  • NAD27 and NAD83 (North America)
  • UTM (Universal Transverse Mercator)
  • ED50 and ETRS89 (Europe)
  • GDA94 and GDA2020 (Australia)
  • NZGD49 and NZGD2000 (New Zealand)

Documentation

Documentation and usage examples are available here.

Installation

If you use Composer, just add php-coord/php-coord to your project's composer.json file:

    composer require php-coord/php-coord

Otherwise, the library is PSR-4 compliant, so will work with the autoloader of your choice.