Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 493 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 493 Bytes

Build Status

AmountToWords

Converts float type PLN amount into words

Konwertuje kwotę w formacie liczbowym na kwotę słownie w polskich złotych

#Installation

composer require hajs86/amount-to-words

#Usage

$converter = new AmountToWords();

echo $converter->convert(156.20); // will print "Sto pięćdziesiąt sześć złotych dwadzieścia groszy"