Brick\Money
A money and currency library for PHP (by brick)
arkitect
Put your architectural rules under test! (by phparkitect)
Brick\Money | arkitect | |
---|---|---|
15 | 8 | |
1,769 | 828 | |
0.3% | 1.0% | |
6.2 | 8.7 | |
4 months ago | 2 days ago | |
PHP | PHP | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Brick\Money
Posts with mentions or reviews of Brick\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
brick/money: A money and currency library for PHP
-
Weekly help thread
1 - Floating point is not always great for money operations and can introduce odd rounding errors - https://www.php.net/manual/en/language.types.float.php - you might want to use something like this: https://github.com/brick/money
-
PHP is trolling me
He should have said to use Brick/Money https://github.com/brick/money which is based on Brick/Math but is specifically money related.
-
How to format prices?
If you don’t want to do the integer conversions yourself, I highly recommend looking at: https://github.com/brick/money
-
Which native PHP features do you regret not knowing about/adapting earlier?
brick/date-time is great! I personally prefer its interface and functionality over Carbon's. I also really like his money library
- Financial values in PHP
-
Best way to handle PHP float issue
Is the most popular, but https://github.com/brick/money is preferrable IMO. One of the reasons is that it handles not just money, but all arbitrary precision calculations independent of currecy via brick/math.
- Dealing with money
- Weekly "ask anything" thread
arkitect
Posts with mentions or reviews of arkitect.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-31.
-
Enforce architecture rules with Deptrac
PHPArkitect
-
PHP libraries and tools
PHPArkitect: Put your architectural rules under test!
- Assert array contains all classes in directory
-
Deptrac - architectural code analysis
I don't like the yaml config so we use https://github.com/phparkitect/arkitect
-
PHPArkitect: Put your architectural rules under test!
wget [https://github.com/phparkitect/arkitect/releases/latest/download/phparkitect.phar](https://github.com/phparkitect/arkitect/releases/latest/download/phparkitect.phar) chmod +x phparkitect.phar ./phparkitect.phar check
-
Push and publish Docker images with GitHub Actions
So for this reason, in one open-source project Arkitect where I’m contributing nowadays, we have a Dockerfile that needs to be published every time there is a push on master, or a new release comes out.
What are some alternatives?
When comparing Brick\Money and arkitect you can also consider the following projects:
Money - PHP implementation of Fowler's Money pattern.
PHP Architecture Tester - ✔️ PHP Architecture Tester - Easy architecture testing for PHP
Brick\Money - A money and currency library for PHP
soap-client - A general purpose SOAP client for PHP
Laravel - The Laravel Framework.
openspout - Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way