logicinception/moneytonumbers

0.0.1 2023-09-01 01:03 UTC

This package is auto-updated.

Last update: 2024-06-08 02:27:38 UTC


README

Latest Version on Packagist Total Downloads

Package developed to convert money text on numbers

Installation

You can install the package via composer:

composer require logicinception/moneytonumbers

Usage

$textClass = new TextToNumber("dois mil quinhentos e vinte e três reais e dezoito centavos");
$textClass->getNumber(); //output: 2523,18

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Security

If you discover any security related issues, please email dev.mengue@gmail.com or itamar.brito@gmail.com instead of using the issue tracker.

Credits

License

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