PHPackages                             himelali/in-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. himelali/in-words

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

himelali/in-words
=================

PHP package to convert english numbers to other language number in words or months or week

v1.0.2(5y ago)5303↓100%MITPHPPHP &gt;=5.6.0

Since Jan 31Pushed 5y ago4 watchersCompare

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

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

 [![Total Downloads](https://camo.githubusercontent.com/bca90612b745c45d54e52bf49fcc19b1f9d6de675258633687c0ff324652eff8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68696d656c616c692f696e2d776f726473)](https://camo.githubusercontent.com/bca90612b745c45d54e52bf49fcc19b1f9d6de675258633687c0ff324652eff8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68696d656c616c692f696e2d776f726473) [![License](https://camo.githubusercontent.com/cf68141c0fd43b961703c56703c6fa86e2e526deb74cad34ba69e97092fa3d21/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f68696d656c616c692f696e2d776f726473)](https://camo.githubusercontent.com/cf68141c0fd43b961703c56703c6fa86e2e526deb74cad34ba69e97092fa3d21/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f68696d656c616c692f696e2d776f726473) [![Stars](https://camo.githubusercontent.com/263de81ceddd5aa66240e85f7ffb49054a3287f730c67ae453bf911b1591a0da/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f68696d656c616c692f696e2d776f726473)](https://camo.githubusercontent.com/263de81ceddd5aa66240e85f7ffb49054a3287f730c67ae453bf911b1591a0da/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f68696d656c616c692f696e2d776f726473) [![Forks](https://camo.githubusercontent.com/8b4af9be27fe0bec5c0196940559926fb77339a50e6531c388bc990ece5e5ccc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f68696d656c616c692f696e2d776f726473)](https://camo.githubusercontent.com/8b4af9be27fe0bec5c0196940559926fb77339a50e6531c388bc990ece5e5ccc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f68696d656c616c692f696e2d776f726473)

\# in-words PHP package to convert english numbers to other language number in words or months or week Now included Bengali / (বাংলা) and English (ইংরেজি)

Default English active if you need bengali the pass parameter by constructor

For Bengali `'bn'` and for english it will be blank or `'en'`

#### Version 1.0.2

[](#version-102)

Example
-------

[](#example)

```
$in_word = new InWord('bn');

```

### Package Installation

[](#package-installation)

Require this package in your composer.json and update composer.

```
composer require himelali/in-words
```

Example
-------

[](#example-1)

```
$in_word = new InWord();

$in_word->setNumber(215245);

echo $in_word->getNumber(); //২১৫২৪৫

echo $in_word->getWord(); //দুই লক্ষ পনের হাজার দুই শত পঁয়তাল্লিশ

$in_word->setNumber(527.56);

echo $in_word->getNumber(); //৫২৭.৫৬

echo $in_word->getWord(); //পাঁচ শত সাতাশ দশমিক পাঁচ ছয়

```

#### Or use like:

[](#or-use-like)

```
$in_word = new InWord();

echo $in_word->setNumber(527.56)->getNumber(); //৫২৭.৫৬

echo $in_word->setNumber(527.56)->getWord(); //পাঁচ শত সাতাশ দশমিক পাঁচ ছয়

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

4

Last Release

1923d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d90b16b5d6c09a340245d3dd62b67072af6657934ae8aface8090067ef69b07?d=identicon)[himelali](/maintainers/himelali)

---

Top Contributors

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

---

Tags

laravelnumber to wordsphp-numbernumber-banglanumber-monthnumber-week

### Embed Badge

![Health badge](/badges/himelali-in-words/health.svg)

```
[![Health](https://phpackages.com/badges/himelali-in-words/health.svg)](https://phpackages.com/packages/himelali-in-words)
```

###  Alternatives

[riskihajar/terbilang

Number to words conversion support multi language.

134159.5k](/packages/riskihajar-terbilang)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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