grzegab / currency_translator
Translates value in float into polish text of currency value
1.0.1
2025-02-19 16:09 UTC
Requires
- php: >= 8.3
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2025-04-21 06:32:17 UTC
README
This package allows translating number into text for Polish notation.
##Usage
Install with composer
Use in class: use Grzegab\CurrencyTranslator\CurrencyTranslator;
Translate text:
use Grzegab\CurrencyTranslator\CurrencyTranslator; $text = CurrencyTranslator::convert(1235.22);
Bugs
For any bugs or questions contact me by github: https://github.com/grzegab/polish_currency_translator