Libraries tagged by utilsall
sham/demo-package
10 Downloads
descripción del paquete de ejemplo
moncki/say-hello
3 Downloads
Paquete de prueba de Moncki
mouf/utils.log.logger
Downloads
spryker/util-validate
2370921 Downloads
UtilValidate module
spryker/util-sanitize-xss
2067524 Downloads
UtilSanitizeXss module
spryker/util-sanitize-extension
1651596 Downloads
UtilSanitizeExtension module
spryker/util-sanitize
2641106 Downloads
UtilSanitize module
mouf/utils.value.value-interface
506516 Downloads
This package contains an interface used by many objects to say they represent a value that can be computed. The concept is very simple, and very powerful at the same time.
mouf/utils.log.psr.multi-logger
207335 Downloads
This package contains a PSR-3 compatible logger that wrap a set of loggers
mouf/utils.log.psr.errorlog_logger
392313 Downloads
This package contains a PSR-3 compatible logger that logs messages directly to the PHP error log (using the error_log PHP function)
mouf/utils.log.log_interface
183576 Downloads
This package contains an interface used by many components to log messages. Please download a logger package that implements this interface (like the utils.log.errorlog_logger package)
mouf/utils.log.errorlog_logger
183535 Downloads
This package contains a logger that logs messages directly to the PHP error log (using the error_log PHP function)
mouf/utils.action.common-action
354124 Downloads
This package contains common classes that implement the ActionInterface interface (from the mouf/utils.action.action-interface package).
mouf/utils.action.action-interface
366234 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
mouf/utils.cache.cache-interface
376038 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.