webnazakazku/number2czech-words

Util to convert number to Czech words for Nette Framework

v0.1.1 2019-06-23 09:07 UTC

This package is auto-updated.

Last update: 2024-04-23 20:30:09 UTC


README

Util class for Nette to convert number to Czech words

Install:

composer require webnazakazku.cz/number2czech-words:@dev

Usage

<?php
use Webnazakazku\Utils\CzechNumber2Words;
...
CzechNumber2Words::number2Words(123);
...