PHPackages                             fayyaztech/number\_to\_word - 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. fayyaztech/number\_to\_word

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

fayyaztech/number\_to\_word
===========================

Convert Number/Figure to word. currently we are support english language only

1.0.1(3y ago)046MITPHP

Since Oct 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fayyaztech/number_to_word)[ Packagist](https://packagist.org/packages/fayyaztech/number_to_word)[ RSS](/packages/fayyaztech-number-to-word/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Number\_to\_word
================

[](#number_to_word)

- convert number to words
- Add library to your project by using composer
- Call below function where ever you need
- this is a static function no need to create an object of the class

installation
------------

[](#installation)

```
composer require fayyaztech/number_to_word
```

```
echo NumberToWord::convert(123)
```

- most of the time your IDE import package automatically but if you get the error of class not found and do past below line on the top of the file.

```
use Fayyaztech\NumberToWord\NumberToWord;
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Every ~0 days

Total

2

Last Release

1313d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b657292fe93ce083854c1ac9bc5e42ac3d9d35ce78b2cef831d70ec7ec60dd3?d=identicon)[fayyaztech](/maintainers/fayyaztech)

---

Top Contributors

[![fayyaztech](https://avatars.githubusercontent.com/u/28622247?v=4)](https://github.com/fayyaztech "fayyaztech (6 commits)")

---

Tags

number to wordenglish numbersfigureword converternumber converter

### Embed Badge

![Health badge](/badges/fayyaztech-number-to-word/health.svg)

```
[![Health](https://phpackages.com/badges/fayyaztech-number-to-word/health.svg)](https://phpackages.com/packages/fayyaztech-number-to-word)
```

###  Alternatives

[yemenifree/laravel-arabic-numbers-middleware

auto transforms arabic/eastern to eastern/arabic numbers for i.e ١٢٣٤٥٦٧٨ to 12345678

18135.4k](/packages/yemenifree-laravel-arabic-numbers-middleware)[maherelgamil/arabicdatetime

Easy and useful tool to generate arabic or hijri date with multi-language support for laravel

414.5k](/packages/maherelgamil-arabicdatetime)

PHPackages © 2026

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