assoconnect / absolute-percent-value-bundle
Package info
github.com/assoconnect/absolute-percent-value-bundle
pkg:composer/assoconnect/absolute-percent-value-bundle
v1.6.0
2026-08-25 13:25 UTC
Requires
- php: ^8.4
- beberlei/assert: ^3.2.7
- symfony/framework-bundle: ^7.0|^8.0
- symfony/serializer: ^7.0|^8.0
Requires (Dev)
README
Installation
composer require assoconnect/absolute-percent-value-bundle
To know
An AbsolutePercentValue can be used to represent either an absolute value or a percent.
It has two attributes:
- A type which can be either 'PERCENT' or 'ABSOLUTE'
- A value which is a string numeric positive
If the type of the AbsolutePercentValue is 'Percent', then its value must be less than 10000 (100%).