Libraries tagged by mouf
mouf/javascript.historyjs
32493 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
143153 Downloads
This package contains the ACE Javascript code editor (and a Mouf wrapper installer).
mouf/html.widgets.fileuploaderwidget
20547 Downloads
This package contains an upload widget based on File Uploader plugin. This allows easy uploading of files in AJAX or HTML5.
mouf/html.utils.ckeditor
19089 Downloads
This package contains the CK editor library with an installer for the Mouf PHP framework.
mouf/html.utils.bootstrap
163773 Downloads
This package contains an installer for the Bootstrap HTML/CSS/JS library in the Mouf framework to add Bootstrap easily in your Mouf project.
mouf/html.template.menus.basicmenu
143679 Downloads
This package contains a single class in charge of rendering a 'Menu' instance in HTML using the toHtml() method. The rendering is performed using <ul> and <li> tags.
mouf/database.querywriter
30610 Downloads
This package contains classes useful to generate SQL statements such as SELECT queries, etc...
mouf/database.patcher
85040 Downloads
A database patch system designed for Mouf than enables developers to know what patch has been run and what needs to be run on its environment. This package adds database support to the Mouf patch system (mouf/utils.patcher).
mouf/database.doctrine-dbal-wrapper
109980 Downloads
This package contains wrapper classes that make Doctrine DBAL easy to use in Mouf
mouf/database.dbconnection
32527 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
mouf/database.datasource.datasource-interface
4108 Downloads
This package only contains basic interfaces for implementing data sources.
mouf/archive-installer
1802 Downloads
This is a simple installer that let's you create simple Composer packages that are actually downloading and extracting an archive from the web.
mouf/utils.log.log_interface
183539 Downloads
This package contains an interface used by many components to log messages. Please download a logger package that implements this interface (like the utils.log.errorlog_logger package)
mouf/utils.log.errorlog_logger
183498 Downloads
This package contains a logger that logs messages directly to the PHP error log (using the error_log PHP function)
mouf/symfony-middleware
35367 Downloads
This package provides a StackPHP middleware that can be used to use a Symfony application as a middleware (instead of an app)