PHPackages                             mitrm/yii2-endomondo - 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. mitrm/yii2-endomondo

ActiveYii2-extension[API Development](/categories/api)

mitrm/yii2-endomondo
====================

Simple Endomondo Api Class for Yii2

016PHP

Since Apr 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mitrm/yii2-endomondo)[ Packagist](https://packagist.org/packages/mitrm/yii2-endomondo)[ RSS](/packages/mitrm-yii2-endomondo/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Endomondo API FOR YII2
======================

[](#endomondo-api-for-yii2)

Endomondo is not offering oficial app but there is a way how to add/write some data by their mobile API. There not exists documentation and it is very hard to figure out which parameters can be used. Using this is only on your own risk. Endomondo can make changes in this API without any warning.

Authentication of user
======================

[](#authentication-of-user)

You have to know users email and password. Example:

```
$endomondo = new \Fabulator\Endomondo\Endomondo();
$endomondo->login(USER_EMAIL, USER_PASSWORD);
var_dump($endomondo->getUserInfo());

```

Get information about existed workouts
======================================

[](#get-information-about-existed-workouts)

You can even export gpx files.

```
$workout = $endomondo->workouts->get('560851703');
$workout->saveGPX('./temp/workout.gpx');

```

Create workouts
===============

[](#create-workouts)

You can easily create workouts. This will create a run in New Year, 35 minutes long and 10.23 km length.

```
$endomondo->workouts->create(\Fabulator\Endomondo\Endomondo::SPORT_RUNNING, new DateTime("2015-01-01 13:45:15"), 35 * 60, 10.23)

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b8ac7c311b77a2512bd5a04d2c9bcf67f542c853e922f2d43ea3306b5691a4b?d=identicon)[mitrm](/maintainers/mitrm)

---

Top Contributors

[![mitrm](https://avatars.githubusercontent.com/u/9912491?v=4)](https://github.com/mitrm "mitrm (1 commits)")

### Embed Badge

![Health badge](/badges/mitrm-yii2-endomondo/health.svg)

```
[![Health](https://phpackages.com/badges/mitrm-yii2-endomondo/health.svg)](https://phpackages.com/packages/mitrm-yii2-endomondo)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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