# Architectural Decision Records (ADR)

* 12.02.2021

Q: Create own Money VO or use existing libraries?

A: Our Money VO is really limited and to properly work with money you should use `moneyphp/money`library. It's better to store money as string/bigint that float.
