mouf/security.userservice dependents (13) Order by: name | downloads Show: all | require | require-dev
- 
                PHP mouf/database.tdbm-graphqlA binding package between thecodingmachine/tdbm-graphql and the Mouf framework Abandoned! 
- 
                PHP mouf/mvc.graphqliteA binding package between thecodingmachine/graphqlite and the Mouf framework 
- 
                PHP mouf/oauth2-serverThis package is a full-stack implementation of a OAuth2 server for Mouf framework based on phpleague/oauth2-server package. 
- 
                PHP mouf/security.daos.tdbmThis package contains a basic user/role/right database model for TDBM. Abandoned! 
- 
                PHP mouf/security.forgot-your-password-interfaceThe interfaces to implement when working with mouf/security.forgot-your-password. 
- 
                PHP mouf/security.rightsserviceA 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.simplelogincontrollerThis 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.user-management-ui-interfaceThe interfaces to implement when working with mouf/security.user-management-ui. 
- 
                PHP mouf/security.userfiledaoThis 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.userservice-splashThis 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.userservice.extensionsThis package contains a set of extensions over Mouf's userservice. Abandoned! 
- 
                PHP phps-cans/security.daos.doctrineThis package contains a basic DAO implementation for userservice 
- 
                PHP phps-cans/security.entity.doctrineThis package contains a basic User implementation for userservice