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

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

bushart/numbertowords
=====================

A simple modified number to word

1.0(2y ago)117MITPHP

Since May 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/busharthussain/number-to-words)[ Packagist](https://packagist.org/packages/bushart/numbertowords)[ RSS](/packages/bushart-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 bushart/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

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

1090d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c8f197be03f87ca7ebfb567da963b7310d8cf259148758fac79345b24a567f1?d=identicon)[busharthussain](/maintainers/busharthussain)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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