PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jericko Tejido   Geodesy PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Geodesy PHP
Get distance between places with their coordinates
Author: By
Last change:
Date: 5 years ago
Size: 481 bytes
 

Contents

Class file image Download
{ "name": "jtejido/geodesy-php", "description": "PHP library for geodesy functions", "keywords": ["geodesy", "great-earth distance"], "license": "MIT", "authors": [ { "name": "Jericko Tejido", "email": "jtbibliomania@gmail.com" } ], "require": { "php": ">=7.0.0" }, "autoload": { "psr-4": { "Geodesy\\": "src/" } }, "autoload-dev": { "psr-4": { "Geodesy\\Tests\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "6.*" } }