PHP code example of dineshuprety / nepal-currency-converter

1. Go to this page and download the library: Download dineshuprety/nepal-currency-converter 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/ */

    

dineshuprety / nepal-currency-converter example snippets



 $inr = NepalCurrencyConverter::convert(1)->toINR();
 echo $inr; // 0.62


namespace Nepo\NepalCurrencyConverter\Tests;
use Nepo\NepalCurrencyConverter\NepalCurrencyConverter;

 $inr = NepalCurrencyConverter::convert(1)->toINR();
 echo $inr; // 0.62