PHPackages                             mrvito/textify - 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. mrvito/textify

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

mrvito/textify
==============

Convert numbers and currency to a readable text

v1.0.1(7y ago)0161MITPHP

Since Nov 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/mrVito/textify)[ Packagist](https://packagist.org/packages/mrvito/textify)[ RSS](/packages/mrvito-textify/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

textify
=======

[](#textify)

Convert numbers and currency to a readable text

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

[](#installation)

Just require the package from composer: `require mrvito/textify`

Usage
-----

[](#usage)

Create an instance of NumberToText class from a correct namespace for your language i.e. for english:

```
use MrVito\Textify\en_US\NumberToText;
$numberToText = NumberToText::getInstance();

```

And just use the method you want...:

```
$text = $numberToText->getText(123);

echo $text;

```

Outputs:

```
one hundred and twenty three

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

2761d ago

### Community

Maintainers

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

---

Top Contributors

[![mrVito](https://avatars.githubusercontent.com/u/15523820?v=4)](https://github.com/mrVito "mrVito (12 commits)")

### Embed Badge

![Health badge](/badges/mrvito-textify/health.svg)

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

###  Alternatives

[htmlburger/carbon-field-icon

Carbon Fields extension, that adds a Icon field type.

199.0k](/packages/htmlburger-carbon-field-icon)

PHPackages © 2026

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