waaseyaa/user
最新稳定版本:v0.1.0-alpha.179
Composer 安装命令:
composer require waaseyaa/user
包简介
User entity, authentication, and session management for Waaseyaa
README 文档
README
Layer 1 — Core Data
User entity type and authentication middleware for Waaseyaa applications.
Defines the user entity type. SessionMiddleware reads $_SESSION['waaseyaa_uid'] and sets _account on the request (anonymous via AnonymousUser with id: 0 when no session). Includes CsrfMiddleware for form protection. AnonymousUser and DevAdminAccount (id: PHP_INT_MAX, gated to cli-server SAPI) are the system sentinel accounts.
Key classes: User, AnonymousUser, SessionMiddleware, CsrfMiddleware, UserServiceProvider.
统计信息
- 总下载量: 6.52k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-03-14