assoconnect / absolute-percent-value-bundle
Package info
github.com/assoconnect/absolute-percent-value-bundle
pkg:composer/assoconnect/absolute-percent-value-bundle
v1.5.1
2026-02-14 15:00 UTC
Requires
- php: ^8.3
- beberlei/assert: ^3.2.7
- symfony/framework-bundle: ^7.0
- symfony/serializer: ^7.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%).