PHPackages                             nahid940/number-to-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. nahid940/number-to-words

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

nahid940/number-to-words
========================

Convert numbers into words

v1.1(6y ago)020MITPHP

Since Feb 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Nahid940/number-to-words)[ Packagist](https://packagist.org/packages/nahid940/number-to-words)[ RSS](/packages/nahid940-number-to-words/feed)WikiDiscussions master Synced yesterday

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

Number-to-words
===============

[](#number-to-words)

Convert numbers into words easily.

Features
========

[](#features)

- Faster and light weight.
- Easy to use.
- Compatible with any php based projects.

Requirements
============

[](#requirements)

- PHP Version 5.5+

Easy Installation
=================

[](#easy-installation)

- Run the command

```
composer require nahid940/number-to-words
```

- autoload file

```
require 'vendor/autoload.php'
```

Usage
=====

[](#usage)

- include the autoload file in your PHP file.
- Instantiate the object of the NumberToWords Class.

```
    use NumberToWords\NumberToWords;
    $nnumber_to_words=new NumberToWords();
```

- Call the function

```
   $nnumber_to_words->convertToWords(number,currency);
```

- Pass two parameters in the function

```
convertToWords(number,currency)
```

- First one is the number you want to convert and another is the currency name (BDT, RUPEE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

Every ~0 days

Total

2

Last Release

2271d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ad082116ad7e4f46be4fe7c6d1c4aaaa51f461e23da39e260f3eb9c2e79689b?d=identicon)[nahid940](/maintainers/nahid940)

---

Top Contributors

[![Nahid940](https://avatars.githubusercontent.com/u/17146239?v=4)](https://github.com/Nahid940 "Nahid940 (27 commits)")

### Embed Badge

![Health badge](/badges/nahid940-number-to-words/health.svg)

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

###  Alternatives

[tooltipster/tooltipster

Tooltipster is a flexible and extensible jQuery plugin for modern tooltips.

2.7k9.4k2](/packages/tooltipster-tooltipster)[litepie/task

Task package for Lavalite

1210.0k](/packages/litepie-task)[mobizel/markdown-docs-bundle

Explore your markdown documentation files via html web pages

108.6k](/packages/mobizel-markdown-docs-bundle)

PHPackages © 2026

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