thecodingmachine/funky dependents (22) Order by: name | downloads Show: all | require | require-dev

  • PHP

    mouf/html.utils.weblibrarymanager

    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.

  • PHP

    mouf/html.renderer

    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.

  • PHP

    mouf/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

    mouf/utils.session.session-manager

    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.

  • PHP

    mouf/html.widgets.menu

    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.

  • PHP

    mouf/html.widgets.messageservice

    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.

  • PHP

    mouf/security.userservice

    A set of PHP class to manage log-in and log-out of web applications and that integrates with Mouf.

  • PHP

    mouf/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

    mouf/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

    mouf/security.userfiledao

    This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a database!

  • JavaScript

    mouf/javascript.jquery.jq-bootstrap-validation

    This package contains the jqBootstrapValidation plugin for Bootstrap. It features an installer for the Mouf framework.

  • PHP

    phps-cans/psr7-middlewares-payload-universal-module

    This package contains the service provider of the payload middleware of oscarotero/psr7-middlewares

  • PHP

    thecodingmachine/whoops-middleware-universal-module

    Cross-framework module for franzliedke/whoops-middleware

  • PHP

    thecodingmachine/symfony-cache-universal-module

    Cross-framework module for Symfony cache

  • PHP

    thecodingmachine/cms-static-registry

    A static registry (loads pages from static files) for thecodingmachine/cms-interfaces.