Libraries tagged by conduit
cjstroud/classnames-php
175227 Downloads
A simple PHP utility for conditionally joining classNames together
bear/query-repository
606022 Downloads
AboutResource Query Responsibility Segregation (RQRS) is a caching framework for BEAR.Sunday that optimizes performance by separating query and command responsibilities. It features event-driven cache invalidation, dependency resolution, donut caching, CDN integration, and conditional requests.
b13/host-variants
347757 Downloads
Extends the base variants condition with current host.
terminal42/contao-conditionalselectmenu
71056 Downloads
conditional select menu extension for Contao Open Source CMS
terminal42/contao-conditionalformfields
73038 Downloads
conditionalformfields extension for Contao Open Source CMS; Display form fields based on conditionis!
stellarwp/field-conditions
611200 Downloads
A set of serializable classes for handling conditional logic for fields in PHP
mouf/utils.common.conditioninterface
551467 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.
dillingham/nova-conditional-fields
37469 Downloads
Laravel Nova conditional fields
safemood/discountify
7629 Downloads
Laravel package for dynamic discounts with custom conditions.
jamm/memory
27287 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.
it-recht-kanzlei/itrk-plugin-sdk
7804 Downloads
SDK for IT-Recht Kanzlei legal text plugins.
chekote/behat-retry-extension
145164 Downloads
Automatically retry "Then" steps in Behat
beatswitch/lock-laravel
29975 Downloads
A Laravel Driver for Lock.
yarri/full-text-search-query-like
39297 Downloads
FullTextSearchQueryLike is a PHP class which transforms search strings into clever SQL conditions with the LIKE operator
teknoo/states
40919 Downloads
Library to create classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and this improve maintainability and workflow writing.