Libraries tagged by ussd
nalgoo/common
2695 Downloads
Collection of common classes used in Nalgoo APIs
nails/module-asset
11895 Downloads
This module provides pre-compiled assets which are used by Nails modules.
n2n/n2n-monitor
2420 Downloads
Monitor used for slow query alerts and frontend exceptions handler
myparcelcom/marketplace-commons
1099 Downloads
Library with common classes used for constructing MyParcel.com eCommerce Integrations
myparcelcom/jaeger-tracing
66 Downloads
Library with common classes used for Jaeger tracing
mvf-tech/system_logger
9728 Downloads
A package used to perform DataDog and system logs
mvccore/ext-debug-tracy-mvccore
5104 Downloads
MvcCore - Extension - Debug - Tracy - Panel MvcCore - render and add into tracy debug panel current MvcCore application instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Application::GetInstance()); to display main application objects used to render current page response. Rendered objects inside MvcCore app: \MvcCore\Request, \MvcCore\Response, \MvcCore\Router, \MvcCore\Controller, all preroute, predispatch and postdispatch configured handlers and many other internal application values.
multisafepay/coding-standards
5887 Downloads
The coding standard currently used within MultiSafepay plugin projects
mrbohem/laramage
74 Downloads
This package is used for image manipulation and uploadation on multiple storage
mouf/utils.session.session-manager
252801 Downloads
This package is used to manage sessions. It provides a DefaultSessionManager class that you can use to configure your PHP sessions, and a SessionManagerInterface that you can implement if you want to provide your own session management.
mouf/utils.log.log_interface
183657 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.common.validators
163186 Downloads
This package contains typical validators to be used in your application. A validator is a class that decides whether a string is valid or not. For instance, you could use an EmailValidator to validate that a string is a mail, etc...
mouf/utils.common.url-interface
354291 Downloads
This package contains an interface used by many objects to say they represent a URL. The concept is very simple, the object implements a getUrl method, and that's it!
mouf/utils.common.getvars
163351 Downloads
This is a legacy non-OO package and should not be used in recent developments. A simple package that provides functions to get the parameters from the request in a consistent way. The varaiables can be rerieved in a way that is independent of the php.ini configuration file. Especially, it can cancel the effect of the dreadful 'magic_quotes' parameter.
mouf/utils.action.action-interface
366623 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.