add tetthys/Bc

This commit is contained in:
tetthys 2024-07-04 19:24:51 +09:00
parent 2acb7185c8
commit c313dcc645

View File

@ -703,6 +703,7 @@ Libraries to help manage database schemas and migrations.
* [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](https://github.com/markrogoyski/math-php) - A math library for PHP.
* [Bc](https://github.com/tetthys/Bc) - A library that makes accurate calculations without rounding issues and allows you to use the bcmath function easily and beautifully.
### Filtering and Validation
*Libraries for filtering and validating data.*