Download the PHP package gb-hyperf/casbin without Composer
On this page you can find all versions of the php package gb-hyperf/casbin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gb-hyperf/casbin
More information about gb-hyperf/casbin
Files in gb-hyperf/casbin
Download gb-hyperf/casbin
More information about gb-hyperf/casbin
Files in gb-hyperf/casbin
Vendor gb-hyperf
Package casbin
Short Description An authorization library that supports access control models like ACL, RBAC, ABAC in hyperf.
License Apache-2.0
Package 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 casbin
Hyperf Casbin
Casbin是一个强大的、高效的开源访问控制框架,其权限管理机制支持多种访问控制模型。本项目做了Hyperf适配并自带了一个RBAC模型,使用本项目前你需要先学会如何使用Casbin。
简单使用
Casbin只负责访问控制,在RBAC方案中也只是储存用户和角色之间的映射关系,身份认证、管理用户列表或角色列表应由项目自身来管理。这里有个简单的示例:example
版本定义
本项目主版本与Casbin主版本相同,子版本和修订版本为项目独有
重大变更
-
修改支持了 hyperf3.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 casbin with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
ext-swoole Version >=4.5
hyperf/database Version ~2.2|~3.0.0
hyperf/redis Version ~2.2|~3.0.0
hyperf/process Version ~2.2|~3.0.0
hyperf/db-connection Version ~2.2|~3.0.0
hyperf/cache Version ~2.2|~3.0.0
hyperf/utils Version ~2.2|~3.0.0
hyperf/config Version ~2.2|~3.0.0
hyperf/logger Version ~2.2|~3.0.0
casbin/casbin Version ~3.20
hyperf/command Version ~2.2|~3.0.0
casbin/psr3-bridge Version ~1.3
ext-swoole Version >=4.5
hyperf/database Version ~2.2|~3.0.0
hyperf/redis Version ~2.2|~3.0.0
hyperf/process Version ~2.2|~3.0.0
hyperf/db-connection Version ~2.2|~3.0.0
hyperf/cache Version ~2.2|~3.0.0
hyperf/utils Version ~2.2|~3.0.0
hyperf/config Version ~2.2|~3.0.0
hyperf/logger Version ~2.2|~3.0.0
casbin/casbin Version ~3.20
hyperf/command Version ~2.2|~3.0.0
casbin/psr3-bridge Version ~1.3
The package gb-hyperf/casbin contains the following files
Loading the files please wait ....