PhpUnitsOfMeasure / php-units-of-measure

A library for handling physical quantities and the units of measure in which they're represented.
MIT License
305 stars 77 forks source link

Use Brick/Math #80

Open BallisticPain opened 5 years ago

BallisticPain commented 5 years ago

Brick/Math keeps the focus of php-units-of-measure out of the math bit... It will use the fastest available math module installed whether that's BCMath or GMP or neither.

I'm looking to supply a PR for this. (working on it)

This would require a major version number change ... PHP 7.1 or newer is required Version 0.5 handles older versions of PHP

Thanks for a great library!