Libraries tagged by utel

mouf/utils.session.session-manager

2 Favers
252853 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.

Go to Download


mouf/utils.log.psr.errorlog_logger

0 Favers
392768 Downloads

This package contains a PSR-3 compatible logger that logs messages directly to the PHP error log (using the error_log PHP function)

Go to Download


mouf/utils.log.log_interface

1 Favers
183683 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)

Go to Download


mouf/utils.log.errorlog_logger

1 Favers
183642 Downloads

This package contains a logger that logs messages directly to the PHP error log (using the error_log PHP function)

Go to Download


mouf/utils.i18n.fine

0 Favers
170429 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.

Go to Download


mouf/utils.constants.secret

0 Favers
374898 Downloads

This package contains a simple installer for Mouf that will create a constant 'SECRET' in your project and initialize it to some random value.

Go to Download


mouf/utils.constants.debug

0 Favers
362497 Downloads

This package contains a simple installer for Mouf that will create a constant 'DEBUG' in your project and initialize it to true. Useful for packages supporting a 'debug' mode.

Go to Download


mouf/utils.composite-exception

1 Favers
250093 Downloads

This project contains a simple PHP exception that can aggregate multiple exceptions in one.

Go to Download


mouf/utils.common.validators

0 Favers
163212 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...

Go to Download


mouf/utils.common.url-interface

0 Favers
354408 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!

Go to Download


mouf/utils.common.getvars

0 Favers
163377 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.

Go to Download


mouf/utils.common.doctrine-cache-wrapper

0 Favers
97969 Downloads

Provide an install script for a Doctrine's Cache in Mouf Framework.

Go to Download


mouf/utils.common.doctrine-annotations-wrapper

0 Favers
89138 Downloads

Provide an install script for a Doctrine's AnnotationReader in Mouf Framework.

Go to Download


mouf/utils.cache.purge-ui

0 Favers
185593 Downloads

This package contains a user interface that will add a 'Purge cache' button to Mouf, allowing you to purge any PSR-6, PSR-16, Doctrine and Mouf cache easily.

Go to Download


mouf/utils.cache.no-cache

0 Favers
180791 Downloads

This package contains a cache mechanism that... does not cache anything. This is useful if another component requires a cache mechanism and if you don't want to provide any (for development purpose...).

Go to Download


<< Previous Next >>