imphp/user

包含用户库的独立认证/授权包

1.1.0 2021-11-05 09:12 UTC

This package is auto-updated.

Last update: 2024-09-05 15:21:11 UTC


README

这个小型库的目的是提供用户界面,可以以静态类型的方式传递用户。此库不提供存储和提取用户信息的方式,它只提供使用组来处理权限的用户接口。

完整文档

您可以查看完整文档以了解更多信息。

安装

使用.phar库

wget https://github.com/IMPHP/user/releases/download/<version>/imphp-user.phar
require "imphp-user.phar";

...

通过git克隆

git clone https://github.com/IMPHP/user.git imphp/user/

Composer (Packagist)

composer require imphp/user