@w5s/moneyFunctionsPHPPHP Philippine Peso money factory@exampleconst money = PHP('1.25');// Money({ currency: Currency({ code: 'PHP' }), amount: BigDecimal('1') })CallablePHP(amount): Money
Philippine Peso money factory