Download the PHP package olimsaidov/money without Composer
On this page you can find all versions of the php package olimsaidov/money. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download olimsaidov/money
More information about olimsaidov/money
Files in olimsaidov/money
Package money
Short Description PHP implementation of Fowler's Money pattern
License MIT
Homepage http://verraes.net/2011/04/fowler-money-pattern-in-php/
Informations about the package money
Money
PHP 5.3+ library to make working with money safer, easier, and fun!
"If I had a dime for every time I've seen someone use FLOAT to store currency, I'd have $999.997634" -- Bill Karwin
In short: You shouldn't represent monetary values by a float. Wherever you need to represent money, use this Money value object.
The documentation is available at http://money.readthedocs.org
Installation
Install the library using composer. Add the following to your composer.json
:
Now run the install
command.
Integration
See MoneyBundle
or TbbcMoneyBundle
for Symfony integration or DoctrineMoneyModule
for Zend Framework 2
.