PHPackages                             kyoden/waddle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. kyoden/waddle

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

kyoden/waddle
=============

PHP Library for parsing running GPS activities and calculating metrics

059PHP

Since Jul 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kyoden/Waddle)[ Packagist](https://packagist.org/packages/kyoden/waddle)[ RSS](/packages/kyoden-waddle/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Waddle
======

[](#waddle)

Waddle is a PHP library for parsing GPS activities (e.g. from a Sports Watch) and calculating various metrics. It supports the parsing of .TCX, .GPX, .PWX and .CSV files.

Installation
------------

[](#installation)

### via Composer

[](#via-composer)

```
{
    "require": {
        "kyoden/waddle": "dev-master"
    }
}
```

### via Zip file

[](#via-zip-file)

Download the Waddle zip file from this repository and place inside your project. You will then need to require or include the files you wish to use, unless you are making use of an autoloader.

Example Usage
-------------

[](#example-usage)

```
