Download the PHP package danmatthews/phpgpx without Composer
On this page you can find all versions of the php package danmatthews/phpgpx. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download danmatthews/phpgpx
More information about danmatthews/phpgpx
Files in danmatthews/phpgpx
Package phpgpx
Short Description A simple PHP library for GPX import/export
License MIT
Informations about the package phpgpx
phpGPX
Simple library written in PHP for reading and creating GPX files.
Library is currently marked as Release Candidate but is already used in production on several project without any problems. Documentation is available using GitHub pages generated by Jekyll.
Contribution and feedback is welcome! Please check the issues for TODO. I will be happy every feature or pull request.
Features
- Full support of official specification.
- Statistics calculation.
- Extensions.
- JSON & XML & PHP Array output.
Supported Extensions
Stats calculation
- Distance (m)
- Average speed (m/s)
- Average pace (s/km)
- Min / max altitude (m)
- Start / end (DateTime object)
- Duration (seconds)
Examples
Open GPX file and load basic stats
Writing to file
Creating file from scratch
Currently supported output formats:
- XML
- JSON
Installation
You can easily install phpGPX library with composer.
Contributors
- Jakub Dubec - Initial works, maintenance
- Lukasz Lewandowski
I wrote this library as part of my job in Backbone s.r.o..
License
This project is licensed under the terms of the MIT license.
All versions of phpgpx with dependencies
lib-libxml Version *