Libraries tagged by mouf

mouf/utils.cache.apc-cache

0 Favers
375324 Downloads

This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.

Go to Download


mouf/utils.action.common-action

0 Favers
354430 Downloads

This package contains common classes that implement the ActionInterface interface (from the mouf/utils.action.action-interface package).

Go to Download


mouf/utils.action.action-interface

0 Favers
366764 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.

Go to Download


mouf/security.userservice-splash

0 Favers
193388 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.

Go to Download


mouf/security.simplelogincontroller

0 Favers
190978 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.

Go to Download


mouf/mvc.splash

4 Favers
237458 Downloads

Integration of Splash with the Mouf framework.

Go to Download


mouf/html.widgets.messageservice

0 Favers
238872 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.

Go to Download


mouf/html.widgets.menu

1 Favers
239237 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.

Go to Download


mouf/html.utils.weblibrarymanager.component-installer

0 Favers
356791 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.

Go to Download


mouf/html.utils.weblibrarymanager

0 Favers
359169 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.

Go to Download


mouf/html.template.bootstrap

0 Favers
239370 Downloads

This package contains a Mouf template based on the Twitter Bootstrap HTML/CSS/JS library, along a Mouf installer file to add the template easily in your Mouf project.

Go to Download


mouf/database.tdbm

12 Favers
77413 Downloads

The Database Machine is a PHP ORM that requires no configuration. The object model is deduced at runtime from the database model.

Go to Download


mouf/utils.log.psr.errorlog_logger

0 Favers
392730 Downloads

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

Go to Download


mouf/utils.composite-exception

1 Favers
250063 Downloads

This project contains a simple PHP exception that can aggregate multiple exceptions in one.

Go to Download


mouf/utils.common.validators

0 Favers
163204 Downloads

This package contains typical validators to be used in your application. A validator is a class that decides whether a string is valid or not. For instance, you could use an EmailValidator to validate that a string is a mail, etc...

Go to Download


<< Previous Next >>