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. [API Development](/categories/api)
4. /
5. tanzsport/esv-api-client

ActiveLibrary[API Development](/categories/api)

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 today

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 35% 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

1001d 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.5k5.9M738](/packages/sylius-sylius)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[transip/transip-api-php

TransIP Rest API Library

33304.8k8](/packages/transip-transip-api-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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