assoconnect/absolute-percent-value-bundle
Symfony bundle that adds an AbsolutePercentValue field/type to handle percentage inputs safely, normalizing values and enabling comparisons, calculations, and validation without sign/format issues. Useful for forms and domain models needing absolute percentage values.
composer require assoconnect/absolute-percent-value-bundle
An AbsolutePercentValue can be used to represent either an absolute value or a percent.
It has two attributes:
If the type of the AbsolutePercentValue is 'Percent', then its value must be less than 10000 (100%).
How can I help you explore Laravel packages today?