justim/number-to-words-nl

Convert numbers to words in Dutch (eg. 1 -> een)

1.0.0 2014-06-27 11:37 UTC

This package is auto-updated.

Last update: 2024-04-05 03:39:28 UTC


README

Convert numbers to words in Dutch

Requirements

  • PHP >= 5.4

Installation

  • For NumberToWordsNl to work you only need the src/NumberToWordsNl.php file, download it and hack away
  • Also available at Packagist (Composer)

Usage

$number = '12';
$words = NumberToWordsNl::toWords($number);
echo $words; // twaalf