Libraries tagged by if else
text/template
209350 Downloads
Simple and secure string-template-engine (Twig-like syntax) with nested if/elseif/else, loops, filters. Simple OOP api: Just one class doing the job (2-lines of code). Fast and secure: No code-generation, no eval'ed() code. Extensible by callbacks. Fully tested. Rich examples included.
omitobisam/conditional
210 Downloads
A fluent helper for object-oriented style of if-else statements
basilicom/pimcore-plugin-system-banner
12742 Downloads
Shows a banner of the pimcore environment, to indicate if you are on prod or dev or else.
zeus/anti-guard-clause
13 Downloads
a small library that will save you from typing tons of if-else
humans/when
15656 Downloads
A global helper for if else statements
neater/if
27 Downloads
A package to make calling of if and else smarter and cleaner.
ifelsend/aliyun-oss-adapter
7 Downloads
Use Aliyun oss as Storage for Laravel 5.0+
ifelsedo/dcat-admin
25 Downloads
Dcat admin 永久分叉版 / 支持 Laravel 12, PHP 版本限制 >= 8.1(支持 PHP 8.4)
ifelsedo/activity-log
30 Downloads
基于laravel-activitylog的操作日志扩展
humming/template
19 Downloads
Fast Widget Template Without If Else
noini/optional
6 Downloads
Optional class for various if-null-else purposes
max13/dtion
18 Downloads
Dtion allows you to serialize and unserialize conditions and results. For instace: if $x between 'A' and 'C', result is 'X'. Else if $x between 'D' and 'F', result is 'Y'.
drupal-eca-recipe/eca_lib_0004
77 Downloads
Demonstrates how to express an if/elseif/else decision in an ECA model, the pattern people usually reach for when they want a PHP switch statement. ECA has neither a switch construct nor a working exclusive gateway, so the model uses the sentinel-default idiom instead: it assigns the default value up front, lets a matching branch overwrite it, and then, one hop downstream, tests whether the value is still the default in order to detect that nothing matched. Along the way it demonstrates the four-links-to-one-target OR idiom, in which several conditioned links leaving the same predecessor point at the same successor, so that any one of them is enough to run it.
judahnator/is
14 Downloads
A simple library to check if something is something else
yahnis-elsts/plugin-update-checker
1901026 Downloads
A custom update checker for WordPress plugins and themes. Useful if you can't host your plugin in the official WP repository but still want it to support automatic updates.