assoconnect/absolute-percent-value-bundle

Maintainers

👁 mathieu-bourlet

Package info

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

Homepage

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

Statistics

Installs: 20 644

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

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

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT c60ddf0a1f9fefcee5a8a95df8cba3e949cecb27

php

This package is auto-updated.

Last update: 2026-06-25 15:01:16 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%).