PHPackages                             tanzsport/esv-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. tanzsport/esv-api-client

ActiveLibrary

tanzsport/esv-api-client
========================

ESV API-Client Tanzsport Deutschland

1.0(2y ago)3846MITPHPPHP &gt;= 7.4

Since Oct 6Pushed 2y ago3 watchersCompare

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

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

ESV-Client PHP
==============

[](#esv-client-php)

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

[](#installation)

1. [Composer](https://getcomposer.org/) installieren falls noch nicht vorhanden:

    ```
     curl -s http://getcomposer.org/installer | php

    ```
2. Im Wurzelverzeichnis des eigenen Projektes eine neue Composer-Abhängigkeit installieren:

    ```
     composer require "tanzsport/esv-api-client" "dev-master"

    ```
3. Die Einbindung in das eigene Projekt erfolgt über den Composer-Autoloader:

    ```
     require_once 'vendor/autoload.php';

    ```

Parameter
---------

[](#parameter)

Für die tatsächliche Verwendung des Clients sind erforderlich:

- API-Token
- Benutzername
- Passwort

Initialisierung
---------------

[](#initialisierung)

Zunächst muss ein Endpunkt definiert werden:

```
$endpunkt = new \Tanzsport\ESV\API\Endpunkt("http://...");

```

Der Endpunkt wird mit der Basis-URL für alle Zugriffe initialisiert, die frei eingegeben werden kann. Alternativ können die Klassenkonstanten Q1, Q2, PROD für die unterschiedlichen Umgebungen verwendet werden.

**Tanzsport\\ESV\\API\\Client** ist die zentrale Klasse, über die der Client initialisiert wird:

```
$client = new \Tanzsport\ESV\API\Client($endpunkt, 'MyUserAgent', 'token', 'user', 'password');

```

Der User-Agent kann frei gewählt werden, sollte aber sprechend sein.

Operationen
-----------

[](#operationen)

### Abfrage von Einzelstartern

[](#abfrage-von-einzelstartern)

Einzelstarter können anhand Ihrer DTV-ID oder WDSF-MIN abgefragt werden:

```
$client->getStarterResource()->findeStarterNachDtvOderWdsfId('Einzel', 10000456);

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.2% 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

956d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/84f6a4fbba383ed628e4e1bbf576feb70b67a9515f60e866b1675a14e303d93e?d=identicon)[heneke](/maintainers/heneke)

---

Top Contributors

[![heneke](https://avatars.githubusercontent.com/u/874133?v=4)](https://github.com/heneke "heneke (70 commits)")[![timwattenberg](https://avatars.githubusercontent.com/u/120251?v=4)](https://github.com/timwattenberg "timwattenberg (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tanzsport-esv-api-client/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[kreait/firebase-php

Firebase Admin SDK

2.4k39.7M72](/packages/kreait-firebase-php)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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