1 Star 0 Fork 9

LeePapa/think-authz

forked from Casbin/think-authz 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
Jon Lee 提交于 2019-10-24 21:45 . Support tp6.0 stable version
{
"name": "casbin/think-authz",
"keywords": [
"thinkphp",
"casbin",
"permission",
"access-control",
"authorization",
"rbac",
"acl",
"abac",
"authz"
],
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in ThinkPHP 6. ",
"authors": [
{
"name": "TechLee",
"email": "techlee@qq.com"
}
],
"license": "Apache-2.0",
"require": {
"casbin/casbin": "~2.1",
"topthink/framework": "^6.0.0",
"topthink/think-migration": "^3.0",
"casbin/psr3-bridge": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
"php-coveralls/php-coveralls": "^2.1",
"topthink/think": "^6.0.0"
},
"autoload": {
"psr-4": {
"tauthz\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"tauthz\\tests\\": "tests/"
}
},
"config": {
"preferred-install": "dist"
},
"extra": {
"think": {
"services": [
"tauthz\\TauthzService"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LeePapa/think-authz.git
git@gitee.com:LeePapa/think-authz.git
LeePapa
think-authz
think-authz
master

搜索帮助