dereuromark / cakephp-tinyauth-backend
基于 DB 的认证和授权处理的 CakePHP 插件
2.0.1
2024-03-20 11:57 UTC
Requires
- php: >=8.1
- cakephp/cakephp: ^5.0.0
- dereuromark/cakephp-tinyauth: ^4.0.0
- dereuromark/cakephp-tools: ^3.0.0
Requires (Dev)
- fig-r/psr2r-sniffer: dev-next
- phpunit/phpunit: ^10.2
This package is auto-updated.
Last update: 2024-09-16 17:34:20 UTC
README
CakePHP TinyAuth 插件 的数据库驱动后端。这替代了原生的 INI 文件方法。
此分支用于与 CakePHP 5.0+ 一起使用。有关详细信息,请参阅 版本映射。
安装
从您的 CakePHP 项目的根目录(位于 composer.json 文件所在的目录)使用 composer 安装插件
composer require dereuromark/cakephp-tinyauth-backend
它将自动引入 dereuromark/cakephp-tinyauth
依赖项。
使用方法
请参阅 文档。