Libraries tagged by php-switch
jackiedo/xampp-php-switcher
409 Downloads
Allow to use and switch between different versions of PHP for Xampp on Windows OS.
xp-lang/php-switch-expression
6 Downloads
Switch expression for PHP
cino/macos-phpswitch
10 Downloads
Easily switch between php version MacOS when using Laravel Valet
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.
citrus-framework/intersection
1046 Downloads
php switch library
take64/citrus-intersection
5 Downloads
php switch library
mijohansen/php-stitch-client
148 Downloads
A Stitch Import API client library for php.
ghostzero/tmi
7496 Downloads
PHP Twitch Messaging Interface
corbpie/twitch-api-class
18 Downloads
A PHP Twitch API wrapper
ghostzero/tmi-commander
9 Downloads
PHP Twitch Messaging Interface Command Handler