Skip to content

0.1.0

Choose a tag to compare

@dereuromark dereuromark released this 15 Oct 13:02
· 76 commits to master since this release
8f3558c

Initial Release

First beta release of Decimal value object as open-source library.

This value object can be used to deal with decimal values coming from "decimal" type DB columns instead of handling them as strings throughout a PHP project.
(Value) objects have several advantages here over normal strings, one being a bit more strict with invalid values as well as providing convenience wrapper methods and syntactic sugar around common tasks and operations.