PHPackages                             asif193873/bdcurrency-laravel-package - 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. asif193873/bdcurrency-laravel-package

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

asif193873/bdcurrency-laravel-package
=====================================

This is a package to express currency in Bangladeshi currency.

01PHP

Since Mar 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/asif193873/bd-currency-laravel)[ Packagist](https://packagist.org/packages/asif193873/bdcurrency-laravel-package)[ RSS](/packages/asif193873-bdcurrency-laravel-package/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
============

[](#introduction)

This is a package to express currency in Bangladeshi currency.

install package
---------------

[](#install-package)

```
	composer require asif193873/bdcurrency-laravel-package
```

### In controller put the code

[](#in-controller-put-the-code)

```
	use Asif\BDcurrency\Facades\BDcurrency;
```

### Now use the function with the help of BDcurrency Facade

[](#now-use-the-function-with-the-help-of-bdcurrency-facade)

```
	BDcurrency::numToBanglaWord(4343) // output চার হাজার তিন শত তেতাল্লিশ।

	BDcurrency::numToBn(4343) // output ৪৩৪৩।

	BDcurrency::numToWord(4343) // four thousand three hundred forty three।
```

### you can use helper function bdcurrency() instead of Facade.

[](#you-can-use-helper-function-bdcurrency-instead-of-facade)

```
	bdcurrency()->numToBanglaWord(4343) // output চার তিন শত তেতাল্লিশ।

	bdcurrency()->numToBn(4343) // output ৪৩৪৩।

	bdcurrency()->numToWord(4343) // four thousand three hundred forty three।
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

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://www.gravatar.com/avatar/aacfac332da048e0950a6ce06dfeb860d46624690f04c136aeb3467928d9a35f?d=identicon)[asif193873](/maintainers/asif193873)

### Embed Badge

![Health badge](/badges/asif193873-bdcurrency-laravel-package/health.svg)

```
[![Health](https://phpackages.com/badges/asif193873-bdcurrency-laravel-package/health.svg)](https://phpackages.com/packages/asif193873-bdcurrency-laravel-package)
```

###  Alternatives

[ramytalal/label-printer

An implementation of the Brother label printer API.

6543.4k](/packages/ramytalal-label-printer)

PHPackages © 2026

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