PHP code example of kevikanon / ongko

1. Go to this page and download the library: Download kevikanon/ongko 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/ */

    

kevikanon / ongko example snippets


use Kevikanon\Ongko;

$ongko = new Ongko;

### Bangla Words
$ongko->toWords(458677524); // returns: পঁয়তাল্লিশ কোটি ছিয়াশি লক্ষ সাতাত্তর হাজার পাঁচশত চব্বিশ
$ongko->toWords(455.24);;   // returns: চারশত পঞ্চান্ন দশমিক দুই চার


### Bangla Numbers

$ongko->toNumbers(34765);  // returns: ৩৪৭৬৫
$ongko->toNumbers(455.24); // returns: ৪৫৫.২৪