PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Joseluis Laso   jlaso GPS   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jlaso GPS
Calculate the distance between geographic points
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 555 bytes
 

Contents

Class file image Download
{ "name": "jlaso/gps", "version": "0.1.1", "type": "library", "description": "I intent in this repo to have togheter all my gps tools that I need for my projects.", "keywords": ["jlaso", "gps", "gps-tools"], "homepage": "https://github.com/jlaso/gps.git", "license": "MIT", "authors": [ { "name": "Joseluis Laso", "homepage": "http://www.joseluislaso.es" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "JLaso\\Gps\\": "src/" } } }