phpGPX

Simple library for reading and creating GPX files written in PHP.

MIT License

Downloads
1M
Stars
153
Committers
21
phpGPX - 1.3.0 Latest Release

Published by Sibyx over 1 year ago

Changed minimal PHP version to ^7.1 in composer.json. Library still should work with PHP5.5+, if you have troubles
while installing check the --ignore-platform-reqs attribute of compose.

phpGPX - 1.2.1

Published by Sibyx about 2 years ago

  • Fixed: Fixed VERSION string in phpGPX.php
phpGPX - 1.2.0

Published by Sibyx about 2 years ago

phpGPX - 1.1.3

Published by Sibyx about 3 years ago

phpGPX - 1.1.2

Published by Sibyx over 3 years ago

phpGPX - 1.1.1

Published by Sibyx over 3 years ago

  • Fix: Fixed VERSION string in phpGPX.php
phpGPX - 1.1.0

Published by Sibyx over 3 years ago

phpGPX - 1.0.1

Published by Sibyx almost 4 years ago

phpGPX - 1.0.0

Published by Sibyx almost 4 years ago

I am not very proud of idea having a major release in such terrible state. This release is just freeze from 2017
compatible API and behaviour with some bugfixies. It looks like some people use the library and I want to perform some
radical refactoring. See you in 2.x.

  • Fix: Do not return extra : while parsing unsupported extensions if there is no namespace for child element
  • Fix: Fixed Copyright test
phpGPX - Release candidate v5

Published by Sibyx almost 7 years ago

  • Change: Moved PHPUnit to development dependencies.
phpGPX - Release candidate v4

Published by Sibyx almost 7 years ago

phpGPX - Release candidate v3

Published by Sibyx about 7 years ago

FEATURE:

BUGFIX:

phpGPX - Release candidate v2

Published by Sibyx over 7 years ago

phpGPX - Version 1.0 Release Candidate

Published by Sibyx over 7 years ago

Library now fully support official GPX specification. API is locked.

Route to production 1.0 release:

  • detailed documentation
  • test all functionality