PHPackages                             vbudkodev/russian-date-grammatical-helper - 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. vbudkodev/russian-date-grammatical-helper

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

vbudkodev/russian-date-grammatical-helper
=========================================

PHP helper for Russian date components with grammatical cases support

v1.0.0(6mo ago)09MITPHPPHP &gt;=8.1

Since Oct 17Pushed 6mo agoCompare

[ Source](https://github.com/vbudkodev/russian-date-grammatical-helper)[ Packagist](https://packagist.org/packages/vbudkodev/russian-date-grammatical-helper)[ RSS](/packages/vbudkodev-russian-date-grammatical-helper/feed)WikiDiscussions main Synced 1mo ago

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

Russian Date Grammatical Helper
===============================

[](#russian-date-grammatical-helper)

[![PHP Version](https://camo.githubusercontent.com/04744bae0a61d2ffe29c26f07a9612eae20445fc6feaeb77b3af1f0e9be6447c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344382e312d3838393242462e737667)](https://www.php.net/)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

A lightweight PHP library for working with Russian date components with full grammatical cases support. Perfect for generating grammatically correct date phrases in Russian.

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

[](#installation)

```
composer require vbudkodev/russian-date-grammatical-helper
```

Current Features
----------------

[](#current-features)

### Month Names with Grammatical Cases

[](#month-names-with-grammatical-cases)

```
use RussianDateGrammaticalHelper\MonthHelper;
use RussianDateGrammaticalHelper\GrammaticalCase;

// Basic usage
echo MonthHelper::name(1); // 'январь' (nominative)

// Specific cases
echo MonthHelper::name(1, GrammaticalCase::GENITIVE); // 'января'
echo MonthHelper::name(1, GrammaticalCase::PREPOSITIONAL); // 'январе'

// Prepositional phrase
echo MonthHelper::in(5); // 'в мае'

// All forms at once
$forms = MonthHelper::forms(3);
echo $forms[GrammaticalCase::NOMINATIVE->value]; // 'март'
echo $forms[GrammaticalCase::GENITIVE->value]; // 'марта'
```

Available Cases
---------------

[](#available-cases)

All six Russian grammatical cases are supported via the Case enum:

- `GrammaticalCase::NOMINATIVE` - Именительный (кто? что?)
- `GrammaticalCase::GENITIVE` - Родительный (кого? чего?)
- `GrammaticalCase::DATIVE` - Дательный (кому? чему?)
- `GrammaticalCase::ACCUSATIVE` - Винительный (кого? что?)
- `GrammaticalCase::INSTRUMENTAL` - Творительный (кем? чем?)
- `GrammaticalCase::PREPOSITIONAL` - Предложный (о ком? о чём?)

Roadmap
-------

[](#roadmap)

- Day of week names with cases
- Year formatting (e.g., "в 2026 году")
- Full date formatting helpers
- Seasonal and relative date phrases

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance66

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

206d ago

### Community

Maintainers

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

---

Top Contributors

[![vbudkodev](https://avatars.githubusercontent.com/u/37572342?v=4)](https://github.com/vbudkodev "vbudkodev (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vbudkodev-russian-date-grammatical-helper/health.svg)

```
[![Health](https://phpackages.com/badges/vbudkodev-russian-date-grammatical-helper/health.svg)](https://phpackages.com/packages/vbudkodev-russian-date-grammatical-helper)
```

###  Alternatives

[liaison/revision

Seamless software updates library for CodeIgniter4 projects.

186.4k1](/packages/liaison-revision)

PHPackages © 2026

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