Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 714 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 714 Bytes

Number to words in Dutch Build Status Coverage Status

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