PHP code example of sumon / english-to-bangla-number-to-word

1. Go to this page and download the library: Download sumon/english-to-bangla-number-to-word library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

sumon / english-to-bangla-number-to-word example snippets


#namespace
use BNConverter\EnglishToBanglaNumberToWord;

$convert = new EnglishToBanglaNumberToWord;
# In Bangla Word
$convert->numberToWord(100.50);

# একশত দশমিক পাচঁ শূন্য

# In Bangla number
$convert->englishToBangla(100.50);

# ১০০.৫০