Libraries tagged by contain
mouf/utils.action.action-interface
366623 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
mouf/security.userservice-splash
193366 Downloads
This package contains a set of class to bind the Splash MVC framework (>=v4.0) with the UserService component. It features: a @Logged annotation to restrict access to logged users only.
mouf/security.userfiledao
143696 Downloads
This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a database!
mouf/security.simplelogincontroller
190956 Downloads
This package contains a simple Splash controller to log into an application. The controller can display a simple form with username/password choice, and has actions to login/logout the application.
mouf/mvc.splash-ui
76627 Downloads
This package contains the Mouf user interface for Splash
mouf/mouf-validators-interface
383672 Downloads
The mouf-validators-interface package contains interfaces your classes can implement to provide self-validation in the Mouf interface.
mouf/javascript.underscore
143687 Downloads
This package contains the Underscore javascript library, along a Mouf installer file to add Underscore easily in your Mouf project.
mouf/javascript.syntaxhighlighter
143725 Downloads
This package contains the SyntaxHighlighter javascript library, along a Mouf installer file to add SyntaxHighlighter easily in your Mouf project.
mouf/javascript.jquery.jquery-ui
162106 Downloads
This package contains the JQuery UI library, along a Mouf installer file to add JQuery UI easily in your Mouf project.
mouf/javascript.jquery.jquery-filetree
143689 Downloads
This package contains the jQuery FileTree library, along a Mouf installer file to add JQuery FileTree easily in your Mouf project.
mouf/javascript.jquery.jquery
177626 Downloads
This package contains the JQuery library, along a Mouf installer file to add JQuery easily in your Mouf project.
mouf/javascript.jquery.jq-bootstrap-validation
143677 Downloads
This package contains the jqBootstrapValidation plugin for Bootstrap. It features an installer for the Mouf framework.
mouf/javascript.ace
143251 Downloads
This package contains the ACE Javascript code editor (and a Mouf wrapper installer).
mouf/html.widgets.menu
239201 Downloads
This package contains objects describing a menu of an application. The menu is described, but this package does not render the menu in any way. You will have to use another package to render the menu in HTML. Usually, templates will provide their own menu renderers.
mouf/html.utils.weblibrarymanager.component-installer
356705 Downloads
This Mouf package contains a Composer installer that will automatically create WebLibrary instances when a 'component' package is installed in Composer. It is designed to be used only with Mouf's WebLibraryManager.