1-day longest streak
-
tdbm ⑂
The Database Machine is a PHP ORM that requires no configuration. The object model is deduced from the database model.
PHP ★ 0 6mo agoExplain → -
symfony-boilerplate ⑂
An example of an application built with Symfony 5, GraphQL and Nuxt.js
★ 0 2y agoExplain → -
utils.mailer.mail-interface ⑂
This package contains interfaces and classes describing mails. It also contains the MailerService interface that should be implemented by any service that can send mails. You should use a package implementing this interface (like the SmtpMailer package.
★ 0 8y agoExplain → -
tetris-work-adventure
No description.
JavaScript ★ 0 5y agoExplain → -
html.template.bootstrap ⑂
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.
★ 0 5y agoExplain → -
map_noemie
Carte Workadventure Noémie
HTML ★ 0 6y agoExplain → -
mvc.bce ⑂
BCE is made to make your live easy. It will help you in building forms very quickly, handles form rendering, both client and server-side validation, and persistance.
PHP ★ 0 7y agoExplain → -
HTMLtoOpenXML ⑂
Simple PHP script which take HTML code and transform it into OpenXML Code. (for Docx)
PHP ★ 0 7y agoExplain → -
metahydrator ⑂
A configurable implementation of mouf's Hydrator interface
PHP ★ 0 7y agoExplain → -
PHPWord ⑂
A pure PHP library for reading and writing word processing documents
PHP ★ 0 7y agoExplain → -
scssphp ⑂
SCSS compiler written in PHP
PHP ★ 0 7y agoExplain → -
security.rightsservice-splash ⑂
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.
PHP ★ 0 8y agoExplain → -
security.userservice-splash ⑂
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.
PHP ★ 0 8y agoExplain → -
utils.i18n.fine ⑂
Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). Translation is performed using PHP mapping files, but you will have a nice graphical interface in the Mouf framework to write your own translated messages.
PHP ★ 0 9y agoExplain → -
DBFakeFiller
No description.
PHP ★ 0 9y agoExplain → -
schema-analyzer ⑂
A package that offers utility tools to analyze database schemas (on top of Doctrine DBAL)
PHP ★ 0 9y agoExplain → -
best-practices ⑂
This repository contains the files to generate the http://bestpractices.thecodingmachine.com website
CSS ★ 0 9y agoExplain → -
html.renderer.twig-extensions ⑂
This package contains a set of Twig extensions and utility class to ease the use of Twig templates in Mouf.
PHP ★ 0 9y agoExplain → -
utils.console ⑂
A console to work with Mouf-PHP framework from the command-line
PHP ★ 0 10y agoExplain → -
security.forgot-your-password ⑂
A 'forgot your password' feature for Mouf security.
PHP ★ 0 10y agoExplain → -
whoops-stackphp ⑂
This package contains a StackPHP middleware that catches all exceptions and redirects those to the Whoops error handling library.
PHP ★ 0 10y agoExplain → -
database.patcher ⑂
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).
PHP ★ 0 10y agoExplain → -
utils.patcher ⑂
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.
PHP ★ 0 10y agoExplain → -
mouf ⑂
The Mouf PHP framework: an open-source PHP framework providing an easy way to download, install, use and reuse components, with a graphical user interface.
PHP ★ 0 10y agoExplain → -
mvc.splash ⑂
A MVC framework deeply integrated with Mouf
PHP ★ 0 7y agoExplain → -
whoops-middleware ⑂
PSR-7 compatible middleware for Whoops
PHP ★ 0 10y agoExplain → -
utils.graphics.mouf-imagine ⑂
Wrapper around the Imagine library, that allows to associate a set of Imagine Filters to an URL, like the LiipImagineBundle does for Symfony
PHP ★ 0 10y agoExplain → -
utils.graphics.mouf-imagine-addons ⑂
Additional Filters for more easy to use transformations
PHP ★ 0 10y agoExplain → -
utils.session.optimistic-session-handler ⑂
Session handler that releases session lock quickly. Usefull for multiple ajax calls on the same page
PHP ★ 0 10y agoExplain → -
mouf-html.widgets.evolugrid ⑂
This package contains the EvoluGrid widget. This is an HTML/Ajax datagrid that can be used to display data. It's main difference with other datagrids is that you can chage the set of columns dynamically depending on the paginated results you are looking at.
PHP ★ 0 6y agoExplain → -
utils.cache.file-cache ⑂
This package contains a cache mechanism that relies on temporary files.
PHP ★ 0 10y agoExplain → -
database.dbconnection ⑂
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.
PHP ★ 0 11y agoExplain → -
security.simplelogincontroller ⑂
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.
PHP ★ 0 8y agoExplain → -
database.dbstats ⑂
This package provides a set of classes that can be used to create "aggregation" table containing high-level statistics about your database. The DB_Stats can be used to initalize the aggregation tables and automatically create triggers that will update data in real time.
PHP ★ 0 11y agoExplain → -
security.userservice ⑂
A set of PHP class to manage log-in and log-out of web applications and that integrates with Mouf.
PHP ★ 0 11y agoExplain → -
LiipImagineBundle ⑂
Symfony2 Bundle to assist in imagine manipulation using the imagine library
PHP ★ 0 11y agoExplain → -
html.widgets.jqueryfileupload ⑂
This package contains an upload widget based on the 'jQuery file upload' plugin. This allows easy uploading of files.
PHP ★ 0 10y agoExplain → -
database.tdbm ⑂
The Database Machine is a PHP ORM that requires no configuration. The object model is deduced at runtime from the database model.
PHP ★ 0 9y agoExplain → -
integration.wordpress.moufpress ⑂
A MVC framework for Wordpress based on Mouf and compatible with Splash MVC
PHP ★ 0 11y agoExplain → -
malihu-custom-scrollbar-plugin ⑂
jQuery custom scrollbar plugin utilizing jquery UI that's fully customizable with CSS. Features vertical/horizontal scrolling, mouse-wheel support, scroll easing, adjustable scrollbar height/width etc.
JavaScript ★ 0 12y agoExplain →
No repos match these filters.