Libraries tagged by precondition
appserver-io/pbc
107 Downloads
A lightweight Design-by-Contract library for PHP
kruegge82/dhl-authentication-oauth-api
29 Downloads
This API describes how API client can obtain a token which is used to access various Parcel Germany APIs. Using this API is often the first step in making your API call. Preconditions You will need: * client ID (aka "API Key", obtained when you create an app in developer.dhl.com) * client secret (obtained when you create an app in developer.dhl.com) * GKP user name (obtained when setting up your business account with Parcel Germany) * GKP password (obtained when setting up your business account with Parcel Germany) Technical Information This uses an implementation of OAuth2 Password Grant (RFC 6749). After successfull usage you will: * have an opaque access token to be used for API calls afterwards * this token will have an expiration time
widoz/hooks-collection
143 Downloads
A collection of event listeners wrapper, allowing to decouple constraints and preconditions from the listener logic.
widoz/event-listeners-collection
3 Downloads
A collection of event listeners wrapper, allowing to decouple constraints and preconditions from the listener logic.
yngc0der/bitrix-phpcondition
47 Downloads
"PHP code" discount condition feature
baha2odeh/yii2-precognition
221 Downloads
Yii2 Precognition
bladevalidator/bladevalidator
33 Downloads
Live form validation for Laravel Blade templates without requiring Vue, React, Alpine.js, or build tools
mouf/utils.common.conditioninterface
548208 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.