Merge pull request #861 from BenMorel/patch-2

Add Brick\Math
This commit is contained in:
Jad Bitar 2020-04-19 18:56:22 -04:00 committed by GitHub
commit 33fc14326f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -648,6 +648,7 @@ Libraries to help manage database schemas and migrations.
### Numbers
*Libraries for working with numbers.*
* [Brick\Math](https://github.com/brick/math) - A library providing large number support: `BigInteger`, `BigDecimal` and `BigRational`.
* [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
* [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
* [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.