You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handling them as string is a workaround, but as value object you can more easily encapsulate some of the logic.
20
+
Handling them as strings is a workaround, but as value object you can more easily encapsulate some of the logic.
21
21
22
22
### Alternatives
23
23
Solutions like [php-decimal](https://php-decimal.github.io/#introduction) require a custom PHP extension (would make it faster, but also more difficult for some
24
24
servers to be available).
25
-
Monetary values themselves one could be handled also with [brick/money](https://github.com/brick/money) or [moneyphp/money](https://github.com/moneyphp/money).
25
+
Monetary values themselves could be handled also with [brick/money](https://github.com/brick/money) or [moneyphp/money](https://github.com/moneyphp/money).
26
26
27
27
For details see the [wiki](https://github.com/php-collective/decimal-object/wiki).
28
28
29
-
Note: If you are looking for pre 8.1 versions, check out legacy library(https://github.com/spryker/decimal-object).
29
+
Note: If you are looking for pre PHP 8.1 versions, check out the [legacy library](https://github.com/spryker/decimal-object).
0 commit comments