Skip to content

Installation

Composer

Install phpGPX via Composer:

Bash
composer require sibyx/phpgpx

Requirements

  • PHP >= 8.1
  • ext-simplexml - for XML parsing
  • ext-dom - for XML generation
  • lib-libxml - XML support library

These extensions are included in most PHP installations by default.