SaaSHub helps you find the best software and product alternatives Learn more →
Money Alternatives
Similar projects and alternatives to Money
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
Psalm
A PHP static analysis tool for finding errors and security vulnerabilities in PHP applications
-
setup-php
GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
-
-
-
-
-
-
-
-
PHP Mess Detector
PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend.
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better Money alternative or higher similarity.
Money discussion
Money reviews and mentions
Posts with mentions or reviews of Money.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-18.
-
Introducing Bag 1.0: Immutable Values Objects for PHP
For the last couple of years I’ve been using Value Objects in my projects to bring language-level strict types to what would typically be array data structures in my code. From method inputs to JSON API responses, value objects have almost entirely replaced arrays throughout. The ability to get runtime type checking and IDE auto-complete has eliminated many potential bugs, from key typos, to assigning an incorrectly typed value by accident: what type is an “amount” property in a credit card transaction API response? An integer of cents (or other minor units), a Money object such as brick/money or moneyphp/money? Or worst of all, a float?
-
PHP libraries and tools
moneyphp: PHP implementation of Fowler's Money pattern
-
PHP is trolling me
There's also https://github.com/moneyphp/money, which is great.
-
Why should you not compare floats directly for equality?
Or you can use MoneyPHP, which uses BCMath, and it takes care of all of your problems.
-
Library for discounts calculator
Instead, you want to use a Money object of some sort instead; e.g. https://github.com/moneyphp/money.
-
Should I store the total price of an order or re-calculate it on-demand every time?
Yeah I usually use moneyphp for this
-
Need Guidance for my Passionate Ecommerce Project
https://github.com/moneyphp/money to handle money
-
A GitHub Workflow to Check the Compatibility of Your PHP Package with a Range of Dependency Versions
With that in place, let's talk about our test project for a minute. We are going to build a small library on top of Money, a popular PHP package facilitating the manipulation of monetary values and currencies.
-
Need help with decimal and float type in Laravel API.
In addition to the essential advice above to use Integers of the lowest denomination to store prices, you can also look into using a library to help with all the money math, conversions, comparisons etc https://github.com/moneyphp/money
-
Financial values in PHP
Read the readme from moneyphp: https://github.com/moneyphp/money
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Jun 2026
Stats
Basic Money repo stats
19
4,842
4.8
about 1 month ago
moneyphp/money is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Money is PHP.