PHPackages                             waqar/numbertowords - 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. waqar/numbertowords

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

waqar/numbertowords
===================

A simple modified number to word

1.0(2y ago)06MITPHP

Since May 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/WaqarHussainKhalid/number-to-words)[ Packagist](https://packagist.org/packages/waqar/numbertowords)[ RSS](/packages/waqar-numbertowords/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Number To Words
-----------------------

[](#laravel-number-to-words)

Laravel package for converting numeric value to english words.

### Installation

[](#installation)

To install the package, simply require it using Composer:

```
composer require waqar/numbertowords

```

### Publish configuration files

[](#publish-configuration--files)

```
php artisan vendor:publish --tag=config

```

### Usage

[](#usage)

```
NumberToWord::number2Word(10000)  Ten Thousand
NumberToWord::number2Word(10250)  Ten Thousand Two Hundred Fifty

```

### Example

[](#example)

Like below:

```
class TestController extends Controller
{
    public function index() {
            echo NumberToWord::number2Word(10250); //Ten Thousand Two Hundred Fifty
    }
}

```

### Support

[](#support)

If you encounter any issues with this package, please open an issue on the GitHub repository or contact us at .

I hope this example description helps you write your own README file! Let me know if you have any other questions.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

1083d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04b5f5b3815b9dd159be6a09489fd518d1b500eb8c4c250795105b2965da4222?d=identicon)[WaqarHussainKhalid](/maintainers/WaqarHussainKhalid)

---

Top Contributors

[![WaqarHussainKhalid](https://avatars.githubusercontent.com/u/52109661?v=4)](https://github.com/WaqarHussainKhalid "WaqarHussainKhalid (1 commits)")

### Embed Badge

![Health badge](/badges/waqar-numbertowords/health.svg)

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

###  Alternatives

[bitwasp/buffertools

Toolbox for working with binary and hex data. Similar to NodeJS Buffer.

65764.4k41](/packages/bitwasp-buffertools)[reefki/laravel-device-detector

Laravel wrapper for Matomo's Universal Device Detection library.

2852.6k](/packages/reefki-laravel-device-detector)

PHPackages © 2026

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