Libraries tagged by mouf
mouf/html.widgets.base-widget
40 Downloads
This package contains the foundation of the Mouf widgets. It does not contain any component or any widget. On the other hand, it will add a menu to Mouf that will help you switch all widgets in 'edit' mode. In 'edit' mode, widgets in your application display an 'edit' icon that will bring you directly to the Mouf edition page.
mouf/html.widgets.base-html-widget
28 Downloads
This package contains basic widgets representing HTML tags (select, input, etc...). Each widget is fully customizable, and benefits from an 'edit' mode, thanks to the basewidget package. Please note this package comes with a smaple CSS file you can use as a starter.
mouf/html.utils.weblibrarymanager.bower-installer
324 Downloads
This Mouf package contains a Composer installer that will automatically create WebLibrary instances when a 'bower' package is installed in Composer. It is designed to be used only with Mouf's WebLibraryManager. Bower compatibility provided thanks to francoispluchino/composer-asset-plugin
mouf/html.template.menus.topribbonmenu
19 Downloads
This package contains a menu that is displayed as a ribbon at the top of the screen. The class is in charge of rendering a 'Menu' instance in HTML using the toHtml() method.
mouf/getting-things-done-basic-edition
215 Downloads
Getting things done is a project helping you having a full featured development environment, featuring the Mouf2 framework and the most common libraries working with Mouf2 (MVC framework, ORM, etc...)
mouf/database.tdbm-graphql
674 Downloads
A binding package between thecodingmachine/tdbm-graphql and the Mouf framework
mouf/database.dbstats
88 Downloads
This package provides a set of classes that can be used to create 'aggregation' table containing high-level statistics about your database. The DB_Stats can be used to initalize the aggregation tables and automatically create triggers that will update data in real time.
mouf/cms.scaffolder
82 Downloads
This package allow you to auto generate functional CMS components.
mouf/utils.i18n.fine.language-detection
17657 Downloads
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.
mouf/tdbm-hydrator
29728 Downloads
A PHP hydrator allowing easy mapping between an array and an object.
mouf/root-container
302 Downloads
This package contains a PHP DI container detector and aggregator. The idea is to have potentially one DI container per composer package and to aggregate all those containers into a 'root' container.
mouf/prefixer-container
13 Downloads
This package contains a really minimalist dependency injection container that acts as a proxy in front of a target container. Its goal is to prefix all instances names in the target container.
mouf/javascript.jquery.jquery-file-upload
15933 Downloads
This package contains an install script that installs a WebLibrary that can be used to easily integration the jquery-file-upload library in Mouf.
mouf/interop.symfony.di
30 Downloads
This package contains an implementation of the Symfony 2 DI container that can be extended using other DI containers (from other frameworks).
mouf/container-installer
283 Downloads
This package contains a PHP dependency injection container detector and aggregator. The idea is to have potentially one DI container per composer package and to aggregate all those containers into a 'root' container.