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

ActiveLibrary

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

Konzertmeister Integration for PHP

v0.3.2(10mo ago)455MITPHPPHP ^8.1

Since Jul 10Pushed 10mo ago2 watchersCompare

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

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

34

—

LowBetter than 77% of packages

Maintenance56

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

322d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bba7c6064cadeedab8db9e6acbbfd9cc18dcd3db340116b01dadca2d05728627?d=identicon)[passchn](/maintainers/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

[shopware/platform

The Shopware e-commerce core

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

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

728272.9k17](/packages/civicrm-civicrm-core)[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[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)
