Libraries tagged by conditionals
in2code/powermail_cond
444651 Downloads
Add conditions (via AJAX) to powermail forms for fields and pages
humanmade/publication-checklist
141784 Downloads
Run checks and enforce conditions before posts are published.
fooman/emailattachments-m2
472401 Downloads
Automatically attach pdf and terms and conditions documents to outgoing sales emails.
fooman/emailattachments-implementation-m2
765396 Downloads
Automatically attach pdf and terms and conditions documents to outgoing sales emails.
beatswitch/lock-laravel
28149 Downloads
A Laravel Driver for Lock.
setono/sylius-terms-plugin
81385 Downloads
Sylius terms and conditions plugin
mouf/utils.common.conditioninterface
504953 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.
hydrat-agency/laravel-2fa
6332 Downloads
This package allow you to enable two-factor authentication in your Laravel applications. It stores tokens locally and notify users about their token via mail, SMS or any custom channel. Includes native conditionnal check to trigger or not 2FA, using known devices, IP addresses or IP locations.
aimes/module-checkout-designs
11281 Downloads
Swap checkout layouts via system configuration, or conditions
qoliber/m2-optional-terms-and-conditions
940 Downloads
sqltools/where
76190 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
yarri/full-text-search-query-like
33700 Downloads
FullTextSearchQueryLike is a PHP class which transforms search strings into clever SQL conditions with the LIKE operator
teknoo/recipe
25494 Downloads
Inspired by cooking, allows the creation of dynamics workflows, called here recipe, following the #east programming and using middleware, configurable via DI or any configuration, if a set of conditions (ingredients) are available.
requtize/semver-converter
7506 Downloads
Converts SemVer version (like Composer packages) into integer version with operators. Helps managing versions: store, compare, sort and retrive by conditions.
poor-plebs/guzzle-connect-retry-decider
1885 Downloads
A guzzle retry middleware decider that re-attempts requests whenever a connection fails to be established. Always retries up to x times for GET requests and under specific conditions also for other HTTP methods.