Libraries tagged by mouf
mouf/archive-installer
1802 Downloads
This is a simple installer that let's you create simple Composer packages that are actually downloading and extracting an archive from the web.
mouf/security.userservice.extensions
5409 Downloads
This package contains a set of extensions over Mouf's userservice.
mouf/database.tdbm-graphql
727 Downloads
A binding package between thecodingmachine/tdbm-graphql and the Mouf framework
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-validate
19153 Downloads
This package contains the JQuery Validator. It allows developers to easily validate forms, using CSS classes.
mouf/javascript.jquery.jquery-file-upload
15944 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/javascript.fileuploader
20298 Downloads
This package contains functions to upload file in Ajax or HTML5.
mouf/interop.symfony.di
31 Downloads
This package contains an implementation of the Symfony 2 DI container that can be extended using other DI containers (from other frameworks).
mouf/html.widgets.form-elements
20089 Downloads
This package contains PHP objects representing common HTML form elements, along renderers.
mouf/html.utils.i18nweblibrary
19007 Downloads
This implementation of a Weblibrary will load different JS files based on the current language used. Useful to load translation files in JS.
mouf/html.tags
20135 Downloads
This package contains a pure PHP object representation of HTML5 tags. There is one class for each existing HTML tag, and one getter/setter per attribute.
mouf/database.dao-interface
25881 Downloads
This package only contains a basic interface for implementing common DAO methods. Those DAOs will be used by BCE forms among other things.
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.
mouf/codestylefixservice
91 Downloads
Fix code style automatically