PHPackages                             passchn/konzertmeister - 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. passchn/konzertmeister

ActiveLibrary[API Development](/categories/api)

passchn/konzertmeister
======================

Konzertmeister Integration for PHP

v0.3.2(1y ago)455MITPHPPHP ^8.1

Since Jul 10Pushed 1y ago2 watchersCompare

[ Source](https://github.com/passchn/konzertmeister)[ Packagist](https://packagist.org/packages/passchn/konzertmeister)[ RSS](/packages/passchn-konzertmeister/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (6)Versions (16)Used By (0)

Konzertmeister plugin for PHP
=============================

[](#konzertmeister-plugin-for-php)

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

[](#installation)

Install the package via composer:

```
composer require passchn/konzertmeister
```

**Dependencies:**

- php ^8.1
- guzzlehttp/guzzle ^7
- nette/http ^3

Usage
-----

[](#usage)

```
// Copy the "Terminlisten-Link" with your filters (tags, types, ...) from this url:
// https://web.konzertmeister.app/export/list
// Note: Don't change the params as the hash will be invalid!
$url = 'https://rest.konzertmeister.app/api/v3/org/OALS_4dad../upcomingappointments?types=1,2&limit=5&display=light&tags=22351,2024&hash=93af9...'

$guzzle = new GuzzleHttp\Client();
$options = new Passchn\Konzertmeister\Network\ClientOptions($guzzle, $url);

$client = new Passchn\Konzertmeister\Network\Client($options);

/** @var list **/
$events = $client->fetch();
```

If everything worked, `$events` will be an array of `Passchn\Konzertmeister\Event\Event`.

```
$event = current($events);
$eventName = $event->name;
$dateFrom = $event->start->format('d.m.Y');

echo "$eventName wird am $dateFrom stattfinden. Wir freuen uns auf Deinen Besuch!";
```

### Contribution

[](#contribution)

Feel free to open a ticket or a pull request.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance49

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Every ~51 days

Recently: every ~14 days

Total

15

Last Release

377d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77938819?v=4)[Pascal Schneider](/maintainers/passchn)[@passchn](https://github.com/passchn)

---

Top Contributors

[![passchn](https://avatars.githubusercontent.com/u/77938819?v=4)](https://github.com/passchn "passchn (29 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/passchn-konzertmeister/health.svg)

```
[![Health](https://phpackages.com/badges/passchn-konzertmeister/health.svg)](https://phpackages.com/packages/passchn-konzertmeister)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

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

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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