Libraries tagged by conditions
mouf/utils.common.conditioninterface
511408 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.
beatswitch/lock-laravel
28338 Downloads
A Laravel Driver for Lock.
jamm/memory
24850 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.
chekote/behat-retry-extension
131805 Downloads
Automatically retry "Then" steps in Behat
vaened/dictionary-flow
100749 Downloads
A library for comprehensive evaluations within a key-value data dictionary, enabling precise condition definitions and data-driven decision-making.
setono/sylius-terms-plugin
82247 Downloads
Sylius terms and conditions plugin
aimes/module-checkout-designs
11558 Downloads
Swap checkout layouts via system configuration, or conditions
movisio/condition-parser
11934 Downloads
Movisio Condition parser
carbon/condition
56994 Downloads
This package provides some fusion helper for making writing conditions (`@if`) easier.
qoliber/m2-optional-terms-and-conditions
1107 Downloads
sqltools/where
81046 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
maniaba/rule-engine
2048 Downloads
A flexible and extensible framework for defining and evaluating rules and conditions, and executing corresponding actions based on specified conditions
bitandblack/helpers
11117 Downloads
Useful methods for PHP you may like.
bcastellano/symfony-validator-conditional
36549 Downloads
Symfony validator for conditional validations based on object properties
yarri/full-text-search-query-like
34278 Downloads
FullTextSearchQueryLike is a PHP class which transforms search strings into clever SQL conditions with the LIKE operator