moneyphp / money

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

Only register calculator in money class #646

Closed frederikbosch closed 3 years ago

frederikbosch commented 3 years ago

Supersedes #458.

This PR simplifies working with calculators. By calling Money::registerCalculator() you register a calculator for all calculations in this library.

frederikbosch commented 3 years ago

@Ocramius I would be happy if you also give your feedback on this one too. It will be the last PR I will ask you to review. Then we are very close to releasing a beta version.