Libraries tagged by conduit
carbon/condition
55292 Downloads
This package provides some fusion helper for making writing conditions (`@if`) easier.
billythekid/conditional-fields
7891 Downloads
Show or hide fields based on the value of other fields.
bcastellano/symfony-validator-conditional
35452 Downloads
Symfony validator for conditional validations based on object properties
sqltools/where
70730 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
yarri/full-text-search-query-like
33080 Downloads
FullTextSearchQueryLike is a PHP class which transforms search strings into clever SQL conditions with the LIKE operator
ttskch/doctrine-orm-criteria
1926 Downloads
Doctrine ORM Criteria allows you to separate any complex "search condition" as a Criteria with a specialized API for QueryBuilder of doctrine/orm.
teknoo/states
33854 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.
teknoo/recipe
24774 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.
tebru/assert
56394 Downloads
Simple function to assert conditions
requtize/semver-converter
7156 Downloads
Converts SemVer version (like Composer packages) into integer version with operators. Helps managing versions: store, compare, sort and retrive by conditions.
mobilestock/laravel-model-affected-rows-verification
2265 Downloads
laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modifications and enhance the stability of your Laravel applications.
kennyth01/php-rules-engine
2600 Downloads
A PHP rules engine inspired by CacheControl/json-rules-engine, enabling dynamic rule evaluation based on conditions and facts.
jojo1981/polling
6098 Downloads
Polling library for conditionally retry operations based on a result checker.
datatables.net/datatables.net-searchbuilder
3071 Downloads
SearchBuilder adds user defined complex search to the DataTable with the capability to search the DataTable by creating groups and conditions. This is SearchBuilder for DataTables
webhappens/conditional-methods
4099 Downloads
Make method calls conditional by simply appending If or Unless when you call them.