Libraries tagged by idioma
marga/reemplazar
7 Downloads
Paquete para buscar y reemplazar etiquetas de idiomas
informaticadoslago/laravel-translations
6 Downloads
Traduce ficheros de idioma de Laravel (PHP y JSON) con Google Translate u OpenAI, con caché en base de datos y peticiones en lote.
haddowg/json-api-laravel
0 Downloads
Laravel package for haddowg/json-api: idiomatic routing, content negotiation, validation, and an Eloquent data layer for spec-compliant JSON:API 1.1 endpoints.
giorgiosaud/carbonlocalizer
18 Downloads
Cambiar idioma a fechas Carbon en idioma humano
braveware/brazilian-portuguese
1 Downloads
Pacote de idioma Português do Brasil.
fortephp/sheath-super-native
10 Downloads
Sheath rules for NativePHP Mobile Blade views: native element, class, and idiom linting for super native templates.
yangxue93/idiom
5 Downloads
game
ereminmdev/yii2-idiomorph
3 Downloads
Idiomorph assert for Yii framework.
decodelabs/idiom
1090 Downloads
Lightwight text to HTML parser
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.
drupal-eca-recipe/eca_lib_0002
101 Downloads
Demonstrates how conditions are combined in ECA, where a successor link carries at most one condition and every combination is therefore built from the arrangement of links. The model shows the three idioms that follow from that constraint. An AND is chained through a pass-through action, an OR is drawn as several conditioned links into one target, and a nested combination composes the two into (A or B) and (C or D). It is driven entirely from the command line, reading three inputs from Drupal persistent state and reporting which of its three rules matched, so that changing one input and triggering again shows a different set of paths.
diomac/php-api-rest
67 Downloads
A PHP API REST Micro-Framework using annotations
diomac/front-controller
3 Downloads
Design pattern front controller