Download the PHP package s1k3/bangla-number-to-word without Composer
On this page you can find all versions of the php package s1k3/bangla-number-to-word. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download s1k3/bangla-number-to-word
More information about s1k3/bangla-number-to-word
Files in s1k3/bangla-number-to-word
Download s1k3/bangla-number-to-word
More information about s1k3/bangla-number-to-word
Files in s1k3/bangla-number-to-word
Vendor s1k3
Package bangla-number-to-word
Short Description Laravel Package to convert number to bangla currency works with both english and bangla
License MIT
Package bangla-number-to-word
Short Description Laravel Package to convert number to bangla currency works with both english and bangla
License MIT
Please rate this library. Is it a good library?
Informations about the package bangla-number-to-word
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 >= 5.5)). Navigate to the path/to/config/app.php and add to the providers array
- Execute the following command from the command-line to publish the configuration file config/number_to_word.php
Basic Usage
Second parameter is optional if it not given then configuration's language value will be used.
Configuration(config/number_to_word.php)
Value | Description |
---|---|
language | The default language it can either be en(For English) or bn(For Bangla) |
unit | Currency name for Bangla and English |
units | Money units for Bangla and English |
All versions of bangla-number-to-word with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0|^8.0
The package s1k3/bangla-number-to-word contains the following files
Loading the files please wait ....