PHPackages                             duckfusion/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. duckfusion/waddle

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

duckfusion/waddle
=================

PHP Library for parsing running GPS activities and calculating metrics

v1.2(1y ago)364.9k↓48.7%20PHP

Since Jul 9Pushed 1y ago6 watchersCompare

[ Source](https://github.com/cwarwicker/Waddle)[ Packagist](https://packagist.org/packages/duckfusion/waddle)[ RSS](/packages/duckfusion-waddle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)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": {
        "duckfusion/waddle": "^1.0"
    }
}
```

### 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)

```
