assoconnect/absolute-percent-value-bundle

Maintainers

Package info

github.com/assoconnect/absolute-percent-value-bundle

Homepage

pkg:composer/assoconnect/absolute-percent-value-bundle

Statistics

Installs: 19 230

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v1.5.1 2026-02-14 15:00 UTC

This package is auto-updated.

Last update: 2026-02-14 15:14:49 UTC


README

Build Status Quality Gate Status

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%).