What's your take on dealing with money in PHP?
Use third party package like MoneyPHP?
Use decimal or integer datatype in MySQL and in PHP use BCMath to perform operations?
What's your take on dealing with money in PHP?
Use third party package like MoneyPHP?
Use decimal or integer datatype in MySQL and in PHP use BCMath to perform operations?
For further actions, you may consider blocking this person and/or reporting abuse
Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.
Top comments (2)
I usually use the moneyphp/money to accomplish this issue :).
I just use integer for my local currency.