Download the PHP package matmar10/lib-money without Composer
On this page you can find all versions of the php package matmar10/lib-money. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download matmar10/lib-money
More information about matmar10/lib-money
Files in matmar10/lib-money
Package lib-money
Short Description A series of money related utility classes wrapping integer math and money fractional allocation.
License Apache License Version 2.0
Informations about the package lib-money
Lib Money
Overview
Symfony2 Bundle wrapping common Money and Currency related needs such as integer-based math, currency codes, and money conversion.
Installation
Add the package to your composer.json file:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/matmar10/lib-money"
}
],
"require": {
"matmar10/lib-money": "dev-master"
}
}
Creating Objects
Currencies are identified by a currency code and have a calculation and display precision:
Basic Math
The Money object wraps all basic math functions using underlying integer math to avoid the (problems with floating point math)[http://stackoverflow.com/questions/3730019/why-not-use-double-or-float-to-represent-currency].
All amounts are stored as integer values internally using the calculation precision as the scale.
Dealing with Fractional Cents
How do you divide $10 evenly amongst three people? In reality, you can't divide fractional cents.
Really, you want to end up with three equal-ish shares:
- $3.34
- $3.33
- $3.33
Converting Between Currencies
Use the CurrencyPair
object to convert between disparate currencies using an exchange rate:
Note that the rate works bi-directionally: