thipages / quickgpx
Quick gpx parser
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/thipages/quickgpx
This package is auto-updated.
Last update: 2025-09-16 20:44:40 UTC
README
Quick GPX parser
Installation
composer require thipages\quickgpx
API
QGpx::parse($filename,$withOriginalTime=false):array
returns an array of array defined as
- latitude
- longitude
- elevation
- UTC unix time
- iso time (if
$withOriginalTime
is set totrue
)
QGpx::analyze($gpxAsArray):array
returns an associated array describing some stats properties
timeRange
: [ minUnixTime, maxUnixTime ]