PHPackages                             ganzobenlinks/karneval - 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. ganzobenlinks/karneval

ActiveLibrary

ganzobenlinks/karneval
======================

PHP Class for calculating the Kölschen Karneval

v0.1.0(6mo ago)01MITPHPPHP &gt;=8.0

Since Oct 17Pushed 6mo agoCompare

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

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

### ganzobenlinks/karneval

[](#ganzobenlinkskarneval)

todo: clean up this AI generated readme :)

A tiny PHP library to calculate the Cologne (Kölsche) Karneval dates for a given year, with simple helpers to format or serialize the results.

- Namespace: `ganzobenlinks\karneval`
- PHP: `>= 8.0`
- License: MIT

---

### Features

[](#features)

- Compute the seven key Karneval days for any year
- Output as string range, array, or JSON
- Localized names (Kölsch and German)
- Timezone-aware (defaults to `Europe/Berlin`)

---

### Installation

[](#installation)

Install via Composer:

```
composer require ganzobenlinks/karneval
```

Make sure your project loads Composer’s autoloader:

```
