Recommend this page to a friend! |
Classes of Joseluis Laso | > | jlaso GPS | > | composer.json | > | 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/" } } } |