Libraries tagged by mouf
mouf/database.tdbm
78057 Downloads
The Database Machine is a PHP ORM that requires no configuration. The object model is deduced at runtime from the database model.
mouf/utils.log.psr.errorlog_logger
398062 Downloads
This package contains a PSR-3 compatible logger that logs messages directly to the PHP error log (using the error_log PHP function)
mouf/utils.composite-exception
254535 Downloads
This project contains a simple PHP exception that can aggregate multiple exceptions in one.
mouf/oo-amqp-client
173182 Downloads
An object oriented wrapper on top of php-amqplib helping work with RabbitMQ in a more object oriented way.
mouf/html.widgets.statsgrid
10125 Downloads
This PHP package contains a HTML pivot table. You provide it with a data set and the list of columns and rows and it will display a nice pivot table.
mouf/html.template.templateinterface
359814 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).
mouf/html.renderer.twig-extensions
363273 Downloads
This package contains a set of Twig extensions and utility class to ease the use of Twig templates in Mouf.
mouf/html.renderer
363226 Downloads
This package contains the rendering mechanism of the Mouf framework. It is a mechanism allowing packages/templates/developers to overload a default template for various HTML objects.
mouf/html.htmlelement
373305 Downloads
This package contains the HtmlElementInterface interface that can be used to output HTML on a page. It also features base classes implementing this interface.
mouf/html.template.mouftemplate
145077 Downloads
This package contains a template for the Mouf administration interface. The content is automatically adjusted to the website page to use all the width. Anyway, you can use this component as a model if you like.
thecodingmachine/splash-router
15239 Downloads
Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller.
mouf/whoops-stackphp
5775 Downloads
This package provides a StackPHP middleware for using the Whoops error handling library
mouf/utils.value.common-value
110163 Downloads
This package contains common classes that implement the ValueInterface interface (from the mouf/utils.value.value-interface package).
mouf/utils.session.session-manager
255211 Downloads
This package is used to manage sessions. It provides a DefaultSessionManager class that you can use to configure your PHP sessions, and a SessionManagerInterface that you can implement if you want to provide your own session management.
mouf/utils.patcher
85410 Downloads
A patch system designed for Mouf than enables developers to know what patch has been run and what needs to be run on its environment. Very useful for database patches.