spryker/decimal-object
PHP decimal handling as value object
1.2.1
3.1M downloads/mo
#2909 most downloaded on Packagist
spryker/decimal-object
What this package is like to depend on
Last release 6 months ago
20 Feb 2026
Release timing varies
gaps range from 6 weeks to 4.6 years
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
6 releases · first in 2019
2 releases in the last 12 months
see the full history below
Release timeline
6 releases · Oct 2019 to Feb 2026Releases
latest 6-
1.2.120 Feb 2026Release notes
Open source → -
1.2.018 Feb 2026 -
1.0.230 Jul 2021Release notes
Open source → -
1.0.105 Nov 2020 -
1.0.025 Nov 2019Release notes
Open source → -
0.1.015 Oct 2019Release notes
Open source →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.