mouf member since: Jun 20, 2012
mouf's packages
-
PHP
mouf/utils.constants.secret
This package contains a simple installer for Mouf that will create a constant 'SECRET' in your project and initialize it to some random value.
-
PHP
mouf/utils.fs-patcher
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.
-
PHP
mouf/utils.graphics.image-preset-displayer
Images handler that will generate image thumbs and serve them when displayed (like the drupal image styles services)
-
PHP
mouf/utils.graphics.mouf-image
Images handler interface for resizing, croping, or any other action.
-
PHP
mouf/utils.graphics.mouf-imagine
Wrapper around the Imagine library, that allows to associate a set of Imagine Filters to an URL, like the LiipImagineBundle does for Symfony
-
-
PHP
mouf/utils.i18n.fine
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.
-
PHP
mouf/utils.i18n.fine-export
Package to Export/Import all translation with Excel files of Fine i18n element.
-
PHP
mouf/utils.i18n.fine.common
This package contains the class to cascade the translation, default instance and the interface for fine ui.
-
PHP
mouf/utils.i18n.fine.db-translator
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.
-
PHP
mouf/utils.i18n.fine.file-translator
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.
-
PHP
mouf/utils.i18n.fine.language-detection
Language detection is a PHP internationalisation package, it depends of translation-interface. This package contain many class to return a language select for internationalisation. It's could be with : Browser detection, fix language, data set in session, a link between domain name and language or a cascading of many solutions. The language can be used to translate message in fin or whatever.
-
PHP
mouf/utils.i18n.fine.manage.bo
This package contains the user interface to manage all the fine translation.
-
PHP
mouf/utils.i18n.fine.symfony-bridge
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
-
PHP
mouf/utils.i18n.fine.translation-interface
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.