PHPackages                             ztbpb/declension-words - 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. ztbpb/declension-words

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

ztbpb/declension-words
======================

A package for declension words on russian and english languages

1.0.0(6y ago)05MITPHP

Since Oct 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Boris-Pobeshymov/DevLaravelPackageDeclensionWords)[ Packagist](https://packagist.org/packages/ztbpb/declension-words)[ RSS](/packages/ztbpb-declension-words/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

DevLaravelPackageDeclensionWords
================================

[](#devlaravelpackagedeclensionwords)

Installation
============

[](#installation)

```
composer require ztbpb/declension-words
```

Usage examples
==============

[](#usage-examples)

#### Russian

[](#russian)

```
    $num = 12;
    echo "$num " . ztbpb\DeclensionWords\DeclensionWordsClass::ru($num, 'товар', 'товара', 'товаров') . PHP_EOL;
```

##### Results

[](#results)

```
12 товаров
```

#### English

[](#english)

```
    $num = 12;
    echo "$num " . ztbpb\DeclensionWords\DeclensionWordsClass::en($num, 'item', 'items') . PHP_EOL;
```

##### Results

[](#results-1)

```
12 items
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

2410d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5817ee088fd2cc6cc26bd9938996af70dbfaa95099aa96daf710c1c3aa68d1cf?d=identicon)[Boris-Pobeshymov](/maintainers/Boris-Pobeshymov)

---

Top Contributors

[![Boris-Pobeshymov](https://avatars.githubusercontent.com/u/56066507?v=4)](https://github.com/Boris-Pobeshymov "Boris-Pobeshymov (3 commits)")

### Embed Badge

![Health badge](/badges/ztbpb-declension-words/health.svg)

```
[![Health](https://phpackages.com/badges/ztbpb-declension-words/health.svg)](https://phpackages.com/packages/ztbpb-declension-words)
```

###  Alternatives

[daverandom/exceptional-json

JSON encoding and decoding that throws exceptions on failure

321.4M9](/packages/daverandom-exceptional-json)

PHPackages © 2026

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