PHPackages                             riasad/number-converter - 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. riasad/number-converter

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

riasad/number-converter
=======================

Number to word, roman, ordinal converter

1144PHP

Since Feb 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/saintkabyo/number-converter)[ Packagist](https://packagist.org/packages/riasad/number-converter)[ RSS](/packages/riasad-number-converter/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

### This package is compatible with Laravel 4.2

[](#this-package-is-compatible-with-laravel-42)

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

[](#installation)

Begin by installing this package through Composer. Just run following command to terminal-

```
composer require riasad/number-converter dev-master

```

Next step is to add the service provider. Open `config/app.php`, and add a new item to the providers array.

```
'providers' => array(
    ...
    'Riasad\NumberConverter\NumberConverterServiceProvider',
)
```

Now add the alias.

```
'aliases' => array(
	...
	'NumConvert'	  => 'Riasad\NumberConverter\Facades\NumberConverter',
)
```

\##Instructions Convert to word (Supported number range -2147483647 to 2147483647)

```
echo NumConvert::convert(122,'W');
```

Convert to roman (Supported number range 1 to 3999)

```
echo NumConvert::convert(122,'R');
```

Ordinal suffix (Supported number range 1 to 2147483647)

```
echo NumConvert::convert(122,'O');
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16165054?v=4)[saintkabyo](/maintainers/saintkabyo)[@saintkabyo](https://github.com/saintkabyo)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/riasad-number-converter/health.svg)

```
[![Health](https://phpackages.com/badges/riasad-number-converter/health.svg)](https://phpackages.com/packages/riasad-number-converter)
```

PHPackages © 2026

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