PHPackages                             janthomas89/komoot-api-client - 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. janthomas89/komoot-api-client

AbandonedArchivedLibrary[API Development](/categories/api)

janthomas89/komoot-api-client
=============================

Simple, unofficial Komoot API client

0.1.0(5y ago)932MITPHP

Since Jun 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/janthomas89/komoot-api-client)[ Packagist](https://packagist.org/packages/janthomas89/komoot-api-client)[ RSS](/packages/janthomas89-komoot-api-client/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (2)Used By (0)

Komoot API Client
=================

[](#komoot-api-client)

Important

**This repository is not maintained anymore**

Simple, unofficial Komoot API client that can only do two things:

1. List a user's latest tour ids
2. Download a user's tour GPX track

**Warnig:** The API client needs the user's credentials, which is basically a security nogo. It is just meant for a private project with my own Komoot account. In a public setting, one would prefer an OAuth based login using the official Komoot API. However, Komoot does grant access to its API for private purpose.

Install
-------

[](#install)

`composer require janthomas89/komoot-api-client`

Usage
-----

[](#usage)

### List a user's latest tour ids

[](#list-a-users-latest-tour-ids)

```
$komoot = new KomootApiClient('foo@bar.de', 'yourPassword');
$latestTourIds = $komoot->getLatestTourIds();

```

### Download a user's tour GPX track

[](#download-a-users-tour-gpx-track)

```
$komoot = new KomootApiClient('foo@bar.de', 'yourPassword');
$tourGpx = $komoot->getTourGpx(123456);

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2158d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d56a9320436721b695297ba647cfc4ead7be7a1af9fd4c677efe94545d99e6b5?d=identicon)[janthomas89](/maintainers/janthomas89)

---

Top Contributors

[![janthomas89](https://avatars.githubusercontent.com/u/3420804?v=4)](https://github.com/janthomas89 "janthomas89 (5 commits)")

### Embed Badge

![Health badge](/badges/janthomas89-komoot-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/janthomas89-komoot-api-client/health.svg)](https://phpackages.com/packages/janthomas89-komoot-api-client)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[michaeldrennen/geonames

A Laravel (php) package that interfaces with the geolocation services on geonames.org.

9514.0k](/packages/michaeldrennen-geonames)[afiqiqmal/malaysiaholiday

to get all holidays date in malaysia

329.0k](/packages/afiqiqmal-malaysiaholiday)[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)[sproutcms/cms

Enterprise content management and framework

241.6k4](/packages/sproutcms-cms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
