php-coord / datapack-northamerica
PHPCoord high-accuracy addon datapack for North America
Fund package maintenance!
dvdoug
Installs: 13 163
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- php-coord/php-coord: ^5.5
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.21
- phpunit/phpunit: ^9.6.9
README
This is a supplementary package for PHPCoord, which 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. This particular add-on provides additional data relating to coordinate systems used in North America.
Documentation
More information on PHPCoord datapacks is available here.
Installation
If you use Composer, just add php-coord/datapack-northamerica
to your project's composer.json
file:
composer require php-coord/datapack-northamerica
Otherwise, the library is PSR-4 compliant, so will work with the autoloader of your choice. No configuration is necessary once installed