Download the PHP package nfraz007/number-to-word without Composer
On this page you can find all versions of the php package nfraz007/number-to-word. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nfraz007/number-to-word
More information about nfraz007/number-to-word
Files in nfraz007/number-to-word
Download nfraz007/number-to-word
More information about nfraz007/number-to-word
Files in nfraz007/number-to-word
Vendor nfraz007
Package number-to-word
Short Description Library to convert number to word
License MIT
Package number-to-word
Short Description Library to convert number to word
License MIT
Please rate this library. Is it a good library?
Informations about the package number-to-word
NumberToWord
A php file to convert any number to word form.
Setup
- Using Composer For includeing this library using composer, it is very easy. there are basically two ways.
First: Run this command in terminal inside your project
composer require nfraz007/number-to-word:2.0.0
Second: include this line in your composer.json file, inside require object
"nfraz007/number-to-word" : "2.0.0"
- Using Direct File Include
Setup is very easy, just import the file into your project and you are all set.
or
Convert a number
Converting any number to word form is very easy. Here is the syntax.
one hundred twenty-three
- Maximum limit of length of input string = 99
All versions of number-to-word with dependencies
PHP Build Version
Package Version
No informations.
The package nfraz007/number-to-word contains the following files
Loading the files please wait ....