Download the PHP package donjan-deng/hyperf-casbin without Composer
On this page you can find all versions of the php package donjan-deng/hyperf-casbin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download donjan-deng/hyperf-casbin
More information about donjan-deng/hyperf-casbin
Files in donjan-deng/hyperf-casbin
Download donjan-deng/hyperf-casbin
More information about donjan-deng/hyperf-casbin
Files in donjan-deng/hyperf-casbin
Vendor donjan-deng
Package hyperf-casbin
Short Description An authorization library that supports access control models like ACL, RBAC, ABAC in hyperf.
License Apache-2.0
Package hyperf-casbin
Short Description An authorization library that supports access control models like ACL, RBAC, ABAC in hyperf.
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package hyperf-casbin
Hyperf Casbin
Casbin是一个强大的、高效的开源访问控制框架,其权限管理机制支持多种访问控制模型。本项目做了Hyperf适配并自带了一个RBAC模型,使用本项目前你需要先学会如何使用Casbin。
简单使用
Casbin只负责访问控制,在RBAC方案中也只是储存用户和角色之间的映射关系,身份认证、管理用户列表或角色列表应由项目自身来管理。这里有个简单的示例:example
版本定义
本项目主版本与Casbin主版本相同,子版本和修订版本为项目独有
重大变更
-
3.23适配Hyperf 3.1
-
3.22适配Hyperf 3.0
-
3.21增加Redis Watcher 升级需要重新发布配置
- 3.6 升级需要重新发布配置
安装
发布配置
配置文件config/autoload/casbin.php
API
更多使用方法详见官方API
官方资源
参考库
License
This project is licensed under the Apache 2.0 license.
All versions of hyperf-casbin with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-bcmath Version *
ext-json Version *
ext-pdo Version *
ext-redis Version *
ext-swoole Version >=5.0
hyperf/database Version ~3.1
hyperf/redis Version ~3.1
hyperf/process Version ~3.1
hyperf/db-connection Version ~3.1
hyperf/cache Version ~3.1
hyperf/config Version ~3.1
hyperf/logger Version ~3.1
casbin/casbin Version ~3.21
hyperf/command Version ~3.1
casbin/psr3-bridge Version ~1.3
hyperf/support Version ^3.1
ext-bcmath Version *
ext-json Version *
ext-pdo Version *
ext-redis Version *
ext-swoole Version >=5.0
hyperf/database Version ~3.1
hyperf/redis Version ~3.1
hyperf/process Version ~3.1
hyperf/db-connection Version ~3.1
hyperf/cache Version ~3.1
hyperf/config Version ~3.1
hyperf/logger Version ~3.1
casbin/casbin Version ~3.21
hyperf/command Version ~3.1
casbin/psr3-bridge Version ~1.3
hyperf/support Version ^3.1
The package donjan-deng/hyperf-casbin contains the following files
Loading the files please wait ....