Download the PHP package inspyrenees/phpgpxparser without Composer
On this page you can find all versions of the php package inspyrenees/phpgpxparser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download inspyrenees/phpgpxparser
More information about inspyrenees/phpgpxparser
Files in inspyrenees/phpgpxparser
Download inspyrenees/phpgpxparser
More information about inspyrenees/phpgpxparser
Files in inspyrenees/phpgpxparser
Vendor inspyrenees
Package phpgpxparser
Short Description GPX parsing and analysis toolkit in PHP, with elevation correction using the IGN API.
License MIT
Package phpgpxparser
Short Description GPX parsing and analysis toolkit in PHP, with elevation correction using the IGN API.
License MIT
Please rate this library. Is it a good library?
Informations about the package phpgpxparser
PhpGpxParser
A modular GPX parser written in PHP, designed to analyze GPS tracks and enhance elevation data using the IGN (Institut national de l'information géographique et forestière) API.
Features
- Parse GPX files (tracks, segments, points)
- Calculate statistics (distance, elevation gain/loss, speed, time)
- Smooth elevation data with Savitzky-Golay filter
- Correct elevation using the official IGN elevation API
- Modular architecture (separate reader, writer, calculators)
- PSR-4 autoloading (compatible with modern PHP projects)
Installation
Requirements
- PHP 8.1+
- Symfony HTTP Client
- Geotools Library
Basic Usage
You can apply a Savitzky-Golay filter to smooth elevation data and reduce GPS noise using the smoothElevation()
method before computing statistics.
🔗 Dependencies
- Symfony HTTP Client for robust network operations
- Geotools for precise geographical calculations
License
This project is licensed under the MIT License — see the LICENSE file for details.
All versions of phpgpxparser with dependencies
PHP Build Version
Package Version
The package inspyrenees/phpgpxparser contains the following files
Loading the files please wait ....