承接 mouf/security.userservice 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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() and logoff() 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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-10-16