PHPackages                             devtrope/kurodrumbasstimeline - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. devtrope/kurodrumbasstimeline

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

devtrope/kurodrumbasstimeline
=============================

A PHP library to convert dates to Before or After Kuro Drumbass

v0.0.2(4mo ago)01MITPHP

Since Dec 19Pushed 4mo agoCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

Kuro Drumbass Timeline
======================

[](#kuro-drumbass-timeline)

Kuro Drumbass Timeline is a simple, framework-agnostic PHP library designed to format dates based on the birth date of Kuro Drumbass in multiple languages.

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

[](#installation)

### Via Composer (recommended)

[](#via-composer-recommended)

```
composer require devtrope/kurodrumbasstimeline
```

### Manual installation

[](#manual-installation)

- Download the source
- Include the files in your project

Basic Usage
-----------

[](#basic-usage)

```
use KuroDrumbassTimeline\Converter;
use KuroDrumbassTimeline\Configuration;

$configuration = new Configuration();
$configuration->setLocale('en_US');
$converter = new Converter($configuration);
$date = '1990-06-15';
$result = $converter->toKuroFormat($date);
// November 15, 3 before Kuro Drumbass
```

Supported Languages
-------------------

[](#supported-languages)

Translations are stored using *ISO 639-1 language codes*:

```
{
    "fr": { "before": "avant", "after": "après" },
    "en": { "before": "before", "after": "after" },
    "es": { "before": "antes", "after": "después" },
    "de": { "before": "vor", "after": "nach" },
    "it": { "before": "prima", "after": "dopo" },
    "pt": { "before": "antes", "after": "depois" },
    "nl": { "before": "voor", "after": "na" },
    "pl": { "before": "przed", "after": "po" },
    "ru": { "before": "до", "after": "после" },
    "ja": { "before": "前", "after": "後" },
    "zh": { "before": "之前", "after": "之后" },
    "ko": { "before": "이전", "after": "이후" },
    "ar": { "before": "قبل", "after": "بعد" }
}
```

License
-------

[](#license)

MIT Licence - see [LICENSE](LICENSE.md) for details.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance79

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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 ~0 days

Total

2

Last Release

141d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e51cb34a58e8765ffa70ed79cb4ae3e86a24f635819de947a749d78ffb927341?d=identicon)[qschifferle](/maintainers/qschifferle)

---

Top Contributors

[![devtrope](https://avatars.githubusercontent.com/u/144117344?v=4)](https://github.com/devtrope "devtrope (9 commits)")

### Embed Badge

![Health badge](/badges/devtrope-kurodrumbasstimeline/health.svg)

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

###  Alternatives

[vishnubob/wait-for-it

Pure bash script to test and wait on the availability of a TCP host and port

9.8k157.6k3](/packages/vishnubob-wait-for-it)[nodejs-php-fallback/nodejs-php-fallback

Allow you to call node.js module or scripts throught PHP and call a fallback function if node.js is not available

17454.7k8](/packages/nodejs-php-fallback-nodejs-php-fallback)

PHPackages © 2026

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