Download the PHP package lubosdz/number-to-words without Composer
On this page you can find all versions of the php package lubosdz/number-to-words. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lubosdz/number-to-words
More information about lubosdz/number-to-words
Files in lubosdz/number-to-words
Download lubosdz/number-to-words
More information about lubosdz/number-to-words
Files in lubosdz/number-to-words
Vendor lubosdz
Package number-to-words
Short Description Number to words conversion - locale specific.
License BSD-3-Clause
Package number-to-words
Short Description Number to words conversion - locale specific.
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package number-to-words
Number to words - PHP Converter
PHP utility for converting arbitrary float or integer number to words, mainly in English, Slovak and Czech. These have custom PHP implementation, which will fix INTL/ICU bugs and allows for output customization. Other languages are supported too, but only using INTL/ICU PHP extension, which might be buggy.
Installation
- via composer:
Demo & repo
- demo: available only for Slovak language
- repo: https://github.com/lubosdz/number-to-words
Usage
Changelog
1.0.6 - 15.08.2024
- support enforcing the number of decimals
1.0.5 - 10.08.2024
- make decimals separator word configurable
- clearify documentation on how to keep right-padded zeroes on decimal part
- added tests
1.0.4 - 04.02.2024
- Support decimals as a fraction
- Fixed zeroes in decimal part on left side
- added unit tests
1.0.3 - 02.07.2023
- Fixed PHP 8.2 compatability
1.0.2 - 12.03.2021
- extended support for any language via INTL/ICU extension
1.0.1 - 12.03.2021
- added factory class
NumberToWords::convert($num, $lang)
1.0.0 - 22.05.2020
- initial release (SK, EN, CZ)
All versions of number-to-words with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
The package lubosdz/number-to-words contains the following files
Loading the files please wait ....