Libraries tagged by mouf
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
17672 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.manage.bo
9789 Downloads
This package contains the user interface to manage all the fine translation.
mouf/utils.i18n.fine.file-translator
13949 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
17650 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.
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()).
mouf/utils.cache.redis-cache
5 Downloads
This package contains a cache mechanism that uses Redis to cache data.
mouf/utils.cache.memcached-cache
9 Downloads
This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcached Pecl package must be enabled.
mouf/utils.cache.memcache-cache
228 Downloads
This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcache Pecl package must be enabled.
mouf/security.user-management-ui
10469 Downloads
A set of user interfaces for managing users (listing users, setting roles, etc..)
mouf/security.ldap-service
58 Downloads
This package contains a wrapper of Zendframework Ldap component who dialogue easily with Ldap.
mouf/security.forgot-your-password
13871 Downloads
A 'forgot your password' feature for Mouf security.