Libraries tagged by preconditions
appserver-io/pbc
107 Downloads
A lightweight Design-by-Contract library for PHP
sonleu/barrier
5 Downloads
This is a small package to handle pre-conditions in controllers
mehr-als-nix/assumptions
8901 Downloads
Assumptions can be used to skip tests when common preconditions, like the PHP Version or installed extensions, are not met.
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.