Libraries tagged by mouf
mouf/utils.mailer.db-mail-service
16860 Downloads
This package contains a mailer that does not send any mail! Instead, it stores the mail to be sent in a database 'mails' table. The DB mailer can later forward the mail to a real mailer that will indeed send the mail.
mouf/utils.log.stats-logger
5 Downloads
This package contains everything needed to aggregate database into stats that can be viewed and sorted.
mouf/utils.log.multi-logger
6 Downloads
Use this package if you want a logger that logs to several places at the same time. Using a MultiLogger, you can append several loggers. For instance, you might want to write in the error log using the ErrorLogLogger and to send a mail to the admin using the MailLogger...
mouf/utils.log.mail-logger
8 Downloads
This package contains a logger that sends a mail when a log message is received.
mouf/utils.log.filter-logger
5 Downloads
This package contains a class that acts as a logger. It purpose is to apply a filter on logs and forward the logs to another logger that will take care of storing the log.
mouf/utils.log.db-logger
6 Downloads
This package contains a logger that stores the logs in database.
mouf/utils.log.advanced-logger
5 Downloads
This package can be used to perform advanced logging: the logs are stored in database (using the DBLogger), then are analysed and aggregated (using the LogStats package). This package provides a way to send a mail automatically every night to the admin, summarizing the logs of the day.
mouf/utils.i18n.fine.symfony-bridge
1896 Downloads
This package contains a bridge between the Symfony TranslatorInterface and FINE. Using this package, FINE can implement Symfony's TranslatorInterface and therefore, can be used with any Symfony component using this interface
mouf/utils.i18n.fine.manage.bo
9789 Downloads
This package contains the user interface to manage all the fine translation.
mouf/utils.i18n.fine.db-translator
3654 Downloads
Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). This package provides a DB mapper that stores translations in database.
mouf/utils.i18n.fine-export
112 Downloads
Package to Export/Import all translation with Excel files of Fine i18n element.
mouf/utils.graphics.image-preset-displayer
17617 Downloads
Images handler that will generate image thumbs and serve them when displayed (like the drupal image styles services)
mouf/utils.fs-patcher
12 Downloads
A patch system than holds a list of patches and tells what patch has been run and what needs to be run on its environment.
mouf/utils.common.symfony-validator-wrapper
1975 Downloads
Provide an install script for a Doctrine's AnnotationReader in Mouf Framework.
mouf/utils.cache.session-cache
11 Downloads
This package contains a cache mechanism that relies on the session of the user. Therefore, the cache is a bit special, since it is kept for the duration of the session, and is only accessible by the current user. The session has to be started (using session_start()).