Skip to content

madan2056/nepali-currency-formater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Nepali Currency Formater ( Basic )

For getting formated currency in english

(new NepaliCurrencyFormatter\CurrencyFormatter())->formatToMoney(520250);

-- will output: 5,20,250

For getting formated currency in nepali

(new NepaliCurrencyFormatter\CurrencyFormatter())->formatToMoney(520250, ['is_unicode' => true]);

-- will output: ५,२०,२५०

About

Basic Nepali Currency Formater

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages