PHPackages                             timoschlueter/php-runtastic - 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. [API Development](/categories/api)
4. /
5. timoschlueter/php-runtastic

ActiveLibrary[API Development](/categories/api)

timoschlueter/php-runtastic
===========================

It is a class to gain easy access to Runtastic (www.runtastic.com) activity data via PHP. This is a very dirty approach since Runtastic doesn't offer an official API.

6212314[8 issues](https://github.com/timoschlueter/php-runtastic/issues)PHP

Since Nov 18Pushed 10y ago15 watchersCompare

[ Source](https://github.com/timoschlueter/php-runtastic)[ Packagist](https://packagist.org/packages/timoschlueter/php-runtastic)[ RSS](/packages/timoschlueter-php-runtastic/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Runtastic PHP Library
=====================

[](#runtastic-php-library)

Runtastic-PHP is a PHP library that allows you to connect to Runtastic ([www.runtastic.com](http://www.runtastic.com)) and get all your activities. This is a very dirty approach since Runtastic doesn't offer an official API.

The only

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

- PHP &gt;= 5.2
- JSON and CURL (with SSL) PHP extensions.

### Installation

[](#installation)

```
composer require timoschlueter/php-runtastic
```

### Basic Usage

[](#basic-usage)

```
