PHPackages                             javadev/moneytostr-russian - 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. javadev/moneytostr-russian

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

javadev/moneytostr-russian
==========================

The tool to convert amount to words in Ukrainian/English/Russian languages

v1.24(1y ago)411.2k22Apache-2.0HTMLPHP &gt;=5.3.0CI passing

Since Jan 22Pushed 3w ago3 watchersCompare

[ Source](https://github.com/javadev/moneytostr)[ Packagist](https://packagist.org/packages/javadev/moneytostr-russian)[ Docs](https://github.com/javadev)[ RSS](/packages/javadev-moneytostr-russian/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)DependenciesVersions (14)Used By (0)

moneytostr
==========

[](#moneytostr)

[![Maven Central](https://camo.githubusercontent.com/20df8df371d115b68f2e2be94cfd5398027df4c89e01a0b57ea3eafaa6e6ff74/68747470733a2f2f696d672e736869656c64732e696f2f6d6176656e2d63656e7472616c2f762f636f6d2e6769746875622e6a6176616465762f6d6f6e6579746f7374723f7374796c653d666c61742d737175617265)](https://central.sonatype.com/artifact/com.github.javadev/moneytostr/1.24)[![Java CI](https://github.com/javadev/moneytostr/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/moneytostr/actions/workflows/maven.yml)[![CodeQL](https://github.com/javadev/moneytostr/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/javadev/moneytostr/actions/workflows/codeql-analysis.yml)[![Coverage Status](https://camo.githubusercontent.com/cd0366ad54b996433f5bca0ba070a3d5b19f7f0aa46ad65d98865c93b632554f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6a6176616465762f6d6f6e6579746f7374722d7275737369616e2f62616467652e737667)](https://coveralls.io/r/javadev/moneytostr-russian)[![Known Vulnerabilities](https://camo.githubusercontent.com/9c3f8125921daeeaf3f6923a888b1315baad155f93bdb633dd81f41b2b12df53/68747470733a2f2f736e796b2e696f2f746573742f6769746875622f6a6176616465762f6d6f6e6579746f7374722f62616467652e7376673f74617267657446696c653d706f6d2e786d6c)](https://snyk.io/test/github/javadev/moneytostr?targetFile=pom.xml)

The tool to convert amount to words in Ukrainian/English/Russian languages

Download
--------

[](#download)

Download [latest release](https://github.com/javadev/moneytostr/releases) or grab via Maven:

```

  com.github.javadev
  moneytostr
  1.24

```

or Gradle:

```
implementation 'com.github.javadev:moneytostr:1.24'
```

MoneyToStr - Java Class

Class Overview: The MoneyToStr class provides methods to convert numeric values into text representations of currency in various languages.

Dependencies:

- Java Standard Library

Public Classes:

- MoneyToStr: Main class for converting numbers to symbols.
- MoneyToStr.Currency: Enum representing different currencies.
- MoneyToStr.Language: Enum representing different languages.
- MoneyToStr.Pennies: Enum representing pennies as numbers or text.

Public Methods:

- MoneyToStr(Currency currency, Language language, Pennies pennies): Constructor to initialize the MoneyToStr object with currency, language, and pennies.
- String convert(Double theMoney): Converts a double value to a text description of the money value.
- String convert(Long theMoney, Long theKopeiki): Converts an amount to words.

Usage Example:

```
MoneyToStr moneyToStr = new MoneyToStr(Currency.UAH, Language.UKR, Pennies.NUMBER);
String result = moneyToStr.convert(123D);
// Expected: result = сто двадцять три гривні 00 копійок
```

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance72

Regular maintenance activity

Popularity33

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 72.7% 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 ~332 days

Recently: every ~188 days

Total

10

Last Release

450d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/348496?v=4)[Valentyn Kolesnikov](/maintainers/javadev)[@javadev](https://github.com/javadev)

---

Top Contributors

[![javadev](https://avatars.githubusercontent.com/u/348496?v=4)](https://github.com/javadev "javadev (240 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (57 commits)")[![valentynkolesnikov](https://avatars.githubusercontent.com/u/2470679?v=4)](https://github.com/valentynkolesnikov "valentynkolesnikov (31 commits)")[![krp-kp](https://avatars.githubusercontent.com/u/1413296?v=4)](https://github.com/krp-kp "krp-kp (1 commits)")[![semgrep-bot](https://avatars.githubusercontent.com/u/170460994?v=4)](https://github.com/semgrep-bot "semgrep-bot (1 commits)")

---

Tags

javamoneytostrphpmoneyJSjava

### Embed Badge

![Health badge](/badges/javadev-moneytostr-russian/health.svg)

```
[![Health](https://phpackages.com/badges/javadev-moneytostr-russian/health.svg)](https://phpackages.com/packages/javadev-moneytostr-russian)
```

###  Alternatives

[florianv/exchanger

PHP exchange rate provider layer for currency conversion: 30+ services, chain fallback, and caching.

1865.0M20](/packages/florianv-exchanger)[bdelespierre/underscore

Underscore.js port in PHP

6744.0k1](/packages/bdelespierre-underscore)[wujunze/money-wrapper

MoneyPHP Wrapper

103.8k](/packages/wujunze-money-wrapper)

PHPackages © 2026

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