Skip to content

justim/number-to-words-nl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get the verbal representation of a number in Dutch

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages