mouf/security.userservice
最新稳定版本:v3.0.1
Composer 安装命令:
composer require mouf/security.userservice
包简介
A set of PHP class to manage log-in and log-out of web applications and that integrates with Mouf.
README 文档
README
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](doc/usersserviceInstallation.md)
统计信息
- 总下载量: 207.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 13
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-10-16