wade / converter
Converts figures to words and words to figures
v0.1.2
2017-07-18 00:55 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2025-04-13 07:23:32 UTC
README
This is a php library built to convert amounts in figures to words and vice versa. Currently supports php 5 and php 7.
Install
Via Composer
$ composer require wade/converter
Usage
$converter = new Wade\Converter\FiguresConverter();
$converter->convertToWords($value);
Testing
$ phpunit
Contributing
Please see CONTRIBUTING for details.
Credits
- Wade Derby (https://github.com/wadederby)
License
The MIT License (MIT). Please see License File for more information.