Add MathPHP library to Numbers libraries.

This commit is contained in:
Mark Rogoyski 2019-01-11 06:10:24 +00:00 committed by Jamie York
parent ed82feb837
commit 843b40229c
1 changed files with 1 additions and 0 deletions

View File

@ -662,6 +662,7 @@ Libraries to help manage database schemas and migrations.
* [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.
* [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
* [MathPHP](http://github.com/markrogoyski/math-php) - A math library for PHP.
### Filtering and Validation
*Libraries for filtering and validating data.*