PHP implementation of Fowler's Money pattern.
PHP library to make working with money safer, easier, and fun !
You shouldn't represent monetary values by a float. Wherever you need to represent money, use this Money value object. Since version 3.0 this library uses strings internally in order to support unlimited integers.