moneyphp / money

PHP implementation of Fowler's Money pattern.
http://moneyphp.org
MIT License
4.63k stars 441 forks source link

ext-decimal calculator #554

Closed bendavies closed 3 years ago

bendavies commented 5 years ago

Hey there,

Wondering if there is any appetite or objections for implementing a calculator using http://php-decimal.io/ ?

Cheers!

Padam87 commented 4 years ago

One (or perhaps the only) major flaw of this library is that it mixes decimal issues with money issues, so integrating this library would be most welcome.

Money = Decimal + Currency

sagikazarmark commented 4 years ago

516 has been submitted, but it probably needs some polishing.

frederikbosch commented 3 years ago

This can be published in a separate library.