Libraries tagged by precondition
widoz/hooks-collection
0 Favers
142 Downloads
142 Downloads
A collection of event listeners wrapper, allowing to decouple constraints and preconditions from the listener logic.
widoz/event-listeners-collection
0 Favers
2 Downloads
2 Downloads
A collection of event listeners wrapper, allowing to decouple constraints and preconditions from the listener logic.
yngc0der/bitrix-phpcondition
4 Favers
28 Downloads
28 Downloads
"PHP code" discount condition feature
baha2odeh/yii2-precognition
0 Favers
21 Downloads
21 Downloads
Yii2 Precognition
mouf/utils.common.conditioninterface
3 Favers
497912 Downloads
497912 Downloads
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise.