grzegab / currency_translator
This package is abandoned and no longer maintained.
No replacement package was suggested.
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: 2026-03-24 12:25:33 UTC
README
This package allows translating number into text for Polish notation.
Usage
Use in project with Composer
Install with composer
Use in class: use Grzegab\CurrencyTranslator\CurrencyTranslator;
Translate text:
use Grzegab\CurrencyTranslator\CurrencyTranslator; $text = CurrencyTranslator::convert(1235.22);
Local usage
You can use it via Makefile:
make amount=123.45
Or run tests:
make test
Author
Greg - Lord of PHP Solutions, Master of Golang Services, Warden of RESTful Gates, Keeper of gRPC Streams, Protector of SQL Queries, Overlord of RabbitMQ Channels