2017 © Pedro Peláez
 

library czech-money-to-words

Utility to convert a number to a CZK currency word representation.

image

kucharovic/czech-money-to-words

Utility to convert a number to a CZK currency word representation.

  • Monday, October 23, 2017
  • by kucharovic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

MoneyToWords

Utility to convert a number to a CZK currency word representation., (*1)

Installation with Composer

php composer require kucharovic/czech-money-to-words

Usage

<?php
require __DIR__.'/vendor/autoload.php';

use JK\Utils\MoneyToWords;

$formatter = new MoneyToWords();

echo $formatter->spellout(123); // jednostodvacettři korun českých
echo $formatter->spellout(21.5, MoneyToWords::PRESERVE_SPACES); // dvacet jedna korun českých padesát haléřů

The Versions

23/10 2017

dev-master

9999999-dev https://github.com/kucharovic/czech-money-to-words

Utility to convert a number to a CZK currency word representation.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Jakub Kucharovic

php czk czech currency

12/06 2017

v1.0.1

1.0.1.0 https://github.com/kucharovic/czech-money-to-words

Utility to convert a number to a CZK currency word representation.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Jakub Kucharovic

php czk czech currency

12/06 2017

v1.0.0

1.0.0.0 https://github.com/kucharovic/CzechMoneyToWords

Utility to convert a number to a CZK currency word representation.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Jakub Kucharovic

php czk czech currency