PHPackages                             hekmatinasser/notowo - 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. hekmatinasser/notowo

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

hekmatinasser/notowo
====================

This Package helps developers change number to word for all language on Laravel freamwork PHP

v1.0.1(8y ago)32510.4k↓40%42MITPHPPHP &gt;=5.5

Since Jun 27Pushed 4y ago2 watchersCompare

[ Source](https://github.com/hekmatinasser/notowo)[ Packagist](https://packagist.org/packages/hekmatinasser/notowo)[ RSS](/packages/hekmatinasser-notowo/feed)WikiDiscussions master Synced 1mo ago

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

hekmatinasser/notowo
====================

[](#hekmatinassernotowo)

- This package compatible with Laravel `>=5` &amp; ` Hekmatinasser\Notowo\Notowo::class,` to the end of the `alias` array.

```
'providers' => [

    ...
    Hekmatinasser\Notowo\NotowoServiceProvider::class,

],

'alias' => [

    ...
    'Notowo' => Hekmatinasser\Notowo\Notowo::class,
]
```

Basic Usage
-----------

[](#basic-usage)

### Notowo

[](#notowo)

You can use Notowo in project

```
use Notowo;
```

#### Constructors

[](#constructors)

```
return notowo('125000'); // one hundred and twenty and five thousand
return new Notowo('125000'); // one hundred and twenty and five thousand
return Notowo::parse(125000); // one hundred and twenty and five thousand

//max 39 digit
return notowo('653484112849950468404684114841147284520', 'fa');
ششصد و پنجاه و سه دسیلیون و چهارصد و هشتاد و چهار نونیلیون و صد و دوازده اکتریلیون و هشتصد و چهل و نه سپتریلیون و نهصد و پنجاه سکستریلیون و چهارصد و شصت و هشت کوینتریلیون و چهارصد و چهار کادریلیون و ششصد و هشتاد و چهار تریلیون و صد و چهارده بیلیون و هشتصد و چهل و یک میلیارد و صد و چهل و هفت میلیون و دویست و هشتاد و چهار هزار و پانصد و بیست
```

---

#### Localization

[](#localization)

```
return new Notowo('125000', 'fa'); // صد و بیست و پنج هزار
$w = notowo('125000');
return $w->setLang('fa'); // صد و بیست و پنج هزار
return $w->getLang(); // fa
return $w->resetLang(); // one hundred and twenty and five thousand
```

---

#### Currency

[](#currency)

```
$w = Notowo::parse(125000, 'fa');
return $w->currency(); // صد و بیست و پنج هزار ریال
return $w->currency('تومان');

return $w->setCurrency('تومان');
return $w->getCurrency(); // تومان
return $w->resetCurrency(); // صد و بیست و پنج هزار
```

---

License
-------

[](#license)

- This package was created and modified by [Nasser Hekmati](https://github.com/hekmatinasser) for Laravel &gt;= 5 and is released under the MIT License.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~87 days

Total

2

Last Release

3161d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6afc5c83ee6cfeb15786ea9943a8916eb447dbb98bd48cf84a2eec8ee2e855fe?d=identicon)[hekmati.nasser](/maintainers/hekmati.nasser)

---

Top Contributors

[![hekmatinasser](https://avatars.githubusercontent.com/u/17121789?v=4)](https://github.com/hekmatinasser "hekmatinasser (3 commits)")[![erfantkerfan](https://avatars.githubusercontent.com/u/37825504?v=4)](https://github.com/erfantkerfan "erfantkerfan (1 commits)")

---

Tags

laravelwordnumbern2wNotowo

### Embed Badge

![Health badge](/badges/hekmatinasser-notowo/health.svg)

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

###  Alternatives

[hnhdigital-os/laravel-number-converter

Number to word, roman, ordinal converter

20163.3k2](/packages/hnhdigital-os-laravel-number-converter)[hallindavid/manny

a package of manipulators that hopefully come in useful for those of us who always forget regex when we need it (manny is short for manipulation)

38103.3k2](/packages/hallindavid-manny)

PHPackages © 2026

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