mouf/utils.action.action-interface dependents (6) Order by: name | downloads Show: all | require | require-dev

  • PHP

    mouf/html.htmlelement

    This package contains the HtmlElementInterface interface that can be used to output HTML on a page. It also features base classes implementing this interface.

  • 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/integration.hybridauth

    This package contains bindings between the Mouf and HybridAuth, a great library to implement social logins (on Facebook, Twitter, etc...).

  • 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/utils.action.common-action

    This package contains common classes that implement the ActionInterface interface (from the mouf/utils.action.action-interface package).

  • 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.