Skip to content

janhartigan/number-to-words

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Number to words converter (WIP)

Travis Code Climate Test Coverage

This library allows you to convert a number to words.

Installation

Add package to your composer.json

{
    "require": {
        "kwn/number-to-words": "dev-master"
    }
}

And update your vendors

$ php composer.phar update kwn/number-to-words

Drivers

Language Number Currency Angle Author
English + + - janhartigan
German - - - -
Polish + + - kwn (ported from dowgird/pyliczba)

About

Number to string standalone PHP library with i18n. Drivers for numbers and money amount included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%