wade/converter

Converts figures to words and words to figures

v0.1.2 2017-07-18 00:55 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:07:56 UTC


README

Latest Version Software License Total Downloads

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

License

The MIT License (MIT). Please see License File for more information.