mouf/mouf-installer dependents (26) Order by: name | downloads Show: all | require | require-dev

  • PHP

    mouf/utils.log.psr.errorlog_logger

    This package contains a PSR-3 compatible logger that logs messages directly to the PHP error log (using the error_log PHP function)

  • 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.constants.debug

    This package contains a simple installer for Mouf that will create a constant 'DEBUG' in your project and initialize it to true. Useful for packages supporting a 'debug' mode.

  • PHP

    mouf/utils.log.errorlog_logger

    This package contains a logger that logs messages directly to the PHP error log (using the error_log PHP function)

  • 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/mouf

    The Mouf PHP framework: an open-source PHP framework providing an easy way to download, install, use and reuse components, with a graphical user interface.

  • PHP

    mouf/utils.common.mouf-helpers

    This package contains a set of utility classes that will help you build UI for Mouf. This is mostly useful for package builders if they want to provide advanced UI, etc....

  • PHP

    mouf/utils.common.formatters

    Formatters are simple classes that transform a string into another. For instance, a formatter could be used to format a date, translate a string, put a string in bold, etc... This package contains the formatter interface, plus a number of useful formatters.

  • PHP

    mouf/utils.graphics.mouf-image

    Images handler interface for resizing, croping, or any other action.

  • 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.common

    This package contains the class to cascade the translation, default instance and the interface for fine ui.

  • 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.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.manage.bo

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

  • 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