Download the PHP package mouf/security.userservice without Composer
On this page you can find all versions of the php package mouf/security.userservice. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mouf/security.userservice
More information about mouf/security.userservice
Files in mouf/security.userservice
Download mouf/security.userservice
More information about mouf/security.userservice
Files in mouf/security.userservice
Vendor mouf
Package security.userservice
Short Description A set of PHP class to manage log-in and log-out of web applications and that integrates with Mouf.
License MIT
Homepage https://github.com/thecodingmachine/security.userservice
Package security.userservice
Short Description A set of PHP class to manage log-in and log-out of web applications and that integrates with Mouf.
License MIT
Homepage https://github.com/thecodingmachine/security.userservice
Please rate this library. Is it a good library?
Informations about the package security.userservice
UserService: Managing users with Mouf
This package is part of the Mouf PHP framework and contains objects and interfaces to manage users' authentication.
It allows you to manage logged users. UserService does authentication, not authorization. If you want to manage users rights, have a look at the Right Service.
Simply put, UserService:
- manages the user's session for you
- allows you to login / logout (
login()
andlogoff()
methods) - knowns if the current user is logged or not (
isLogged()
) - allows you to retrieve the current logged user (
getLoggedUser()
)
Install UserService: Installation
All versions of security.userservice with dependencies
PHP Build Version
Package Version
Requires
php Version
^8
mouf/utils.common.conditioninterface Version ^2
mouf/utils.value.value-interface Version ~1.0
mouf/utils.session.session-manager Version ^4
mouf/utils.constants.secret Version ~1.0
mouf/mouf-validators-interface Version ~2.0
psr/log Version ^1
thecodingmachine/funky Version ^1
psr/container Version ^1
mouf/utils.common.conditioninterface Version ^2
mouf/utils.value.value-interface Version ~1.0
mouf/utils.session.session-manager Version ^4
mouf/utils.constants.secret Version ~1.0
mouf/mouf-validators-interface Version ~2.0
psr/log Version ^1
thecodingmachine/funky Version ^1
psr/container Version ^1
The package mouf/security.userservice contains the following files
Loading the files please wait ....