This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
Improved And More Concise API
Features
- Support for a decimal number conversion.
- One converter object can be used to convert different numbers via
$converter->convert(<number | dedimal>)
. - Follow PHP standard naming convention.
Issues Resolved
- Fixes #6 - Undefined method ```ChangeCurrency()````.
- Fixes #7 - Issues with accuracy has been fixed, with a new conversion approach.
- Fixes #8 - Update
.lock
file. - More tests.