Libraries tagged by mouf

mouf/utils.mailer.db-mail-service

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

Go to Download


mouf/utils.log.stats-logger

0 Favers
5 Downloads

This package contains everything needed to aggregate database into stats that can be viewed and sorted.

Go to Download


mouf/utils.log.multi-logger

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

Go to Download


mouf/utils.log.mail-logger

0 Favers
8 Downloads

This package contains a logger that sends a mail when a log message is received.

Go to Download


mouf/utils.log.filter-logger

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

Go to Download


mouf/utils.log.db-logger

0 Favers
6 Downloads

This package contains a logger that stores the logs in database.

Go to Download


mouf/utils.log.advanced-logger

1 Favers
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.

Go to Download


mouf/utils.i18n.fine.symfony-bridge

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

Go to Download


mouf/utils.i18n.fine.manage.bo

0 Favers
9789 Downloads

This package contains the user interface to manage all the fine translation.

Go to Download


mouf/utils.i18n.fine.db-translator

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

Go to Download


mouf/utils.i18n.fine-export

0 Favers
112 Downloads

Package to Export/Import all translation with Excel files of Fine i18n element.

Go to Download


mouf/utils.graphics.image-preset-displayer

0 Favers
17617 Downloads

Images handler that will generate image thumbs and serve them when displayed (like the drupal image styles services)

Go to Download


mouf/utils.fs-patcher

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

Go to Download


mouf/utils.common.symfony-validator-wrapper

0 Favers
1975 Downloads

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

Go to Download


mouf/utils.cache.session-cache

0 Favers
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()).

Go to Download


<< Previous Next >>