hajs86 / amount-to-words
Converts amount in PLN to words
Installs: 102
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
pkg:composer/hajs86/amount-to-words
Requires
- php: >=7.0.0
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2025-10-12 01:29:21 UTC
README
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"