Libraries tagged by mouf
mouf/security.simplelogincontroller
192797 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/security.rightsservice-splash
65264 Downloads
This package contains a set of class to bind the Splash MVC framework (>=v4) with the RightsService component. It features: a @RequiresRight annotation to restrict access to logged users only.
mouf/security.rightsservice
65342 Downloads
A set of class to manage the rights of users in web-application. You should use this package if you want to restrict access to some parts of your web-application to some users only (for instance if you want to make an 'admin' section that is only accessible to the adminsitrator).
mouf/mvc.splash-ui
77807 Downloads
This package contains the Mouf user interface for Splash
mouf/javascript.underscore
145056 Downloads
This package contains the Underscore javascript library, along a Mouf installer file to add Underscore easily in your Mouf project.
mouf/javascript.syntaxhighlighter
145094 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
163673 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
145058 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
179052 Downloads
This package contains the JQuery library, along a Mouf installer file to add JQuery easily in your Mouf project.
mouf/javascript.historyjs
32964 Downloads
This package contains the History.js library, along a Mouf installer file to add History.js easily in your Mouf project.
mouf/javascript.ace
144619 Downloads
This package contains the ACE Javascript code editor (and a Mouf wrapper installer).
mouf/html.widgets.messageservice
241300 Downloads
Use this package to display info/warning/error messages to the user on a web page. Using the SessionMessageService class, you register messages to be displayed. Using the MessageWidget class, you display the error messages in your templates.
mouf/html.widgets.menu
241665 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
361742 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.
mouf/html.utils.weblibrarymanager
364127 Downloads
The Javascript/CSS library manager is a PHP class in charge of keeping track of the JS and CSS files that have been included so far in a web page. Basically, you tell the Javascript/CSS library manager to import a JS/CSS file and it will make sure it is included, only once, and that all dependencies are included as well.