Libraries tagged by mouf
mouf/utils.network.http.curlhtmlbrowser
85 Downloads
This package contains a class that mimics a web browser. Using the Curl HTML Browser, you can easily query a web site in HTTP or HTTPS, and analyze the HTML answered. The Curl HTML Browser will handle sessions for you, so you can use it to log into a website and retrieve data from the logged part of the website. As the name implies, this package is based on the CURL library, and therefore, the CURL PHP extension must be installed on your machine.
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.translation-interface
17707 Downloads
This package contains two interfaces shared by all translation services. The LanguageDetectionInterface is used to detect the current language for the user while the TranslatorInterface is used to translate strings.
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.file-translator
13984 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.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.common
17685 Downloads
This package contains the class to cascade the translation, default instance and the interface for fine ui.
mouf/utils.i18n.fine-export
112 Downloads
Package to Export/Import all translation with Excel files of Fine i18n element.
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.