Libraries tagged by mouf

mouf/utils.action.common-action

0 Favers
354071 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
366129 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/mvc.splash-common

4 Favers
356872 Downloads

Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller.

Go to Download


mouf/mvc.splash

4 Favers
237233 Downloads

Integration of Splash with the Mouf framework.

Go to Download


mouf/html.widgets.messageservice

0 Favers
238647 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
239012 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
356392 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
358769 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
239145 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
77388 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
392233 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
249707 Downloads

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

Go to Download


mouf/utils.common.validators

0 Favers
163077 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


mouf/html.template.templateinterface

0 Favers
354621 Downloads

This package contains the definition of an HTML template (the TemplateInterface interface) and an helper class to build HTML templates easily (the BaseTemplate class).

Go to Download


mouf/html.renderer.twig-extensions

0 Favers
357962 Downloads

This package contains a set of Twig extensions and utility class to ease the use of Twig templates in Mouf.

Go to Download


<< Previous Next >>