From 843b40229ce0b28d0efb45a508645c135c79cb2e Mon Sep 17 00:00:00 2001 From: Mark Rogoyski Date: Fri, 11 Jan 2019 06:10:24 +0000 Subject: [PATCH] Add MathPHP library to Numbers libraries. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3be76eb..1e88617 100644 --- a/README.md +++ b/README.md @@ -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.*