GPX (GPS Exchange Format) is a de facto standard file format for sharing GPS tracks in the travel/adventure/overland circles. The library contains a G

GitHub - loskoderos/gpx-php: GPX library for PHP

submited by
Style Pass
2023-03-15 19:00:21

GPX (GPS Exchange Format) is a de facto standard file format for sharing GPS tracks in the travel/adventure/overland circles. The library contains a GPX reader and writer allowing you to easily work with GPX files in PHP applications.

What is GPX used for? In general its a common format to share routes and tracks recorded by GPS devices. While travelling you can keep recording your current location with your GPS device and then export that track in the GPX format to other software or share it with others.

The library contain model representing each of the entities found in the GPX specification. You can create a GPX by adding elements one by one.

Leave a Comment