PHPackages                             ngpp/nikeplusexport - 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. ngpp/nikeplusexport

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

ngpp/nikeplusexport
===================

Export your Nike+ gps activities

1.1.1(10y ago)1431MITPHPPHP &gt;=5.2.0

Since Nov 7Pushed 8y ago2 watchersCompare

[ Source](https://github.com/cheesemacfly/nikeplusexport)[ Packagist](https://packagist.org/packages/ngpp/nikeplusexport)[ Docs](https://github.com/cheesemacfly/nikeplusexport)[ RSS](/packages/ngpp-nikeplusexport/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

**This repo is not maintained and the script most likely doesn't work anymore since [Nike+PHP is dead](https://nikeplusphp.org/).**

About
-----

[](#about)

NikePlusExport is a script built to help you export your Nike+ gps activities.
The script supports JSON, GPX and TCX as output formats.
This project has been mainly inspired by .

**This script does NOT use the [nike+ api](http://developer.nike.com/) to retrieve the activites**

Requirements
------------

[](#requirements)

This script is based on the excellent Nike+PHP .
It has been successfully tested with nikeplusphp.4.5.php.
To run correctly, it needs PHP 5 with cURL and JSON.

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

[](#installation)

Simply run, assuming you have installed composer.phar or composer binary:

```
$ composer require ngpp/nikeplusexport

```

Examples
--------

[](#examples)

Here's an example of code to export all your runs:

```
#!php
