PHPackages                             s1k3/bangla-number-to-word - 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. s1k3/bangla-number-to-word

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

s1k3/bangla-number-to-word
==========================

Laravel Package to convert number to bangla currency works with both english and bangla

1.0.4(4y ago)42331MITPHPPHP ^7.0|^8.0

Since Aug 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/s1k3/laravel_currency_to_word)[ Packagist](https://packagist.org/packages/s1k3/bangla-number-to-word)[ RSS](/packages/s1k3-bangla-number-to-word/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (6)Used By (0)

##### Laravel Library for converting number to word both for **Bangla &amp; English**

[](#laravel-library-for-converting-number-to-word-both-for-bangla--english)

***Requirments***This package uses **php-intl extension** for English conversion.

To install this library follow the following steps:

- **composer require s1k3/bangla-number-to-word**
- **(You may skip this step when using Laravel &gt;= 5.5))**. Navigate to the path/to/config/app.php and add to the providers array

```
'providers' => [
       S1K3\Bangla\Number\To\Word\NumberToWordServiceProvider::class
]
```

- Execute the following command from the command-line to publish the configuration file config/number\_to\_word.php

```
php artisan vendor:publish --provider="S1K3\Bangla\Number\To\Word\NumberToWordServiceProvider"
```

***Basic Usage***

```
number_to_word("1556.62","bn"); //এক হাজার পাঁচশত ছাপ্পান্ন টাকা বাষট্টি পয়সা
```

Second parameter is optional if it not given then configuration's ***language*** value will be used.

```
number_to_word("155342262");//পনের কোটি তিপ্পান্ন লক্ষ বিয়াল্লিশ হাজার দুইশত বাষট্টি টাকা
```

```
number_to_word("15262","en");//fifteen thousand two hundred sixty-two taka
```

***Configuration(config/number\_to\_word.php)***

```
return [
    'language' => 'bn',
    'unit' => [
        'en' => 'taka',
        'bn' => 'টাকা'
    ],
    'units' => [
        'en' => [
            'crore' => 'crore',
            'lac' => 'lac',
            'thousand' => 'thousand',
            'hundred' => 'hundred',
            'paisa' => 'cent'
        ],
        'bn' => [
            'crore' => 'কোটি',
            'lac' => 'লক্ষ',
            'thousand' => 'হাজার',
            'hundred' => 'শত',
            'paisa' => 'পয়সা'
        ]
    ]
];
```

ValueDescriptionlanguageThe default language it can either be **en**(For English) or **bn**(For Bangla)unitCurrency name for Bangla and EnglishunitsMoney units for Bangla and English

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~138 days

Total

5

Last Release

1547d ago

PHP version history (2 changes)1.0.0PHP ^7.0

1.0.2PHP ^7.0|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/e494186079f353417c57bcca90008cc93351897bd68e6a1edd91f6538d409629?d=identicon)[s1k3](/maintainers/s1k3)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/s1k3-bangla-number-to-word/health.svg)

```
[![Health](https://phpackages.com/badges/s1k3-bangla-number-to-word/health.svg)](https://phpackages.com/packages/s1k3-bangla-number-to-word)
```

PHPackages © 2026

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