pdga/auth

包含与认证相关的代码的PDGA库。

1.1.0 2022-09-01 14:37 UTC

This package is auto-updated.

Last update: 2024-09-26 22:16:31 UTC


README

PDGA后端PHP系统中的认证相关代码。

安装Composer依赖

./bin/composer install

运行单元测试

./bin/phpunit

将此库作为依赖项要求

composer require pdga/auth

代码格式化标准

运行PHP_CodeSniffer以查看现有的样式问题。

./bin/codesniffer

运行格式化器以自动修复可以修复的样式问题。

./bin/codeformatter