mouf/security.userservice dependents (13) Order by: name | downloads Show: all | require | require-dev

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

  • PHP

    mouf/security.rightsservice

    A set of class to manage the rights of users in web-application. You should use this package if you want to restrict access to some parts of your web-application to some users only (for instance if you want to make an 'admin' section that is only accessible to the adminsitrator).

  • PHP

    mouf/security.forgot-your-password-interface

    The interfaces to implement when working with mouf/security.forgot-your-password.

  • PHP

    mouf/security.user-management-ui-interface

    The interfaces to implement when working with mouf/security.user-management-ui.

  • PHP

    mouf/security.daos.tdbm

    This package contains a basic user/role/right database model for TDBM.

  • PHP

    mouf/mvc.graphqlite

    A binding package between thecodingmachine/graphqlite and the Mouf framework

  • PHP

    mouf/security.userservice.extensions

    This package contains a set of extensions over Mouf's userservice.

    Abandoned!

  • PHP

    mouf/oauth2-server

    This package is a full-stack implementation of a OAuth2 server for Mouf framework based on phpleague/oauth2-server package.

  • PHP

    mouf/database.tdbm-graphql

    A binding package between thecodingmachine/tdbm-graphql and the Mouf framework

  • PHP

    phps-cans/security.entity.doctrine

    This package contains a basic User implementation for userservice

  • PHP

    phps-cans/security.daos.doctrine

    This package contains a basic DAO implementation for userservice