Libraries tagged by PHP utils
session-interop/utils.defaultmanager
54489 Downloads
This package contains the session implementation to be able to iterate over it.
session-interop/utils.arraysession.savable
54473 Downloads
This package contains the session implementation to be able to iterate over it.
session-interop/utils.arraysession
54614 Downloads
This package contains the session interface implementation
ruiadr/utils
4235 Downloads
Fonctionnalités statiques de base pour PHP incluant différents utilitaires (tableaux, les dates, le HTML, HTTP etc.).
room11/dom-utils
3498 Downloads
Utility functions for the PHP DOM extension
rollun-com/rollun-utils
12224 Downloads
Utils rollun library
qinchen/web-utils
1609 Downloads
A web application common utils
pinkava/utils
776 Downloads
Comprehensive PHP utility library providing type conversion, validation, formatting, and helper functions
phptars/tars-utils
11851 Downloads
tars的php辅助文件
n2n/n2n-util-serialize
240 Downloads
Safely serialize and unserialize plain data objects (PHP native serialize()/unserialize() with an allowed_classes allowlist derived from the class structure) and scalar/null values (JSON), preventing object-injection and POP-chain attacks.
mouf/utils.session.session-manager
255211 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.errorlog_logger
185264 Downloads
This package contains a logger that logs messages directly to the PHP error log (using the error_log PHP function)
mouf/utils.i18n.fine
172026 Downloads
Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). Translation is performed using PHP mapping files, but you will have a nice graphical interface in the Mouf framework to write your own translated messages.
mouf/utils.console
112250 Downloads
A console for the Mouf PHP framework.
mouf/utils.common.getvars
164857 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.