corneltek/kendo
最新稳定版本:1.0.4
Composer 安装命令:
composer require corneltek/kendo
包简介
The powerful general access control framework
README 文档
README
Install
{
"require": {
"corneltek/kendo": "*"
}
}
Development Environment Setup
composer install --dev
lazy build-conf db/config/database.yml
lazy schema build src
lazy sql --rebuild --basedata src
phpunit
Debugging
Query Permissions
SELECT ar.resource, ac.role, ar.operation, ac.allow FROM access_controls ac LEFT JOIN access_rules ar ON (ac.rule_id = ar.id);
SELECT ar.id as rule_id, ar.rules_class as rule_class, ac.role, if(ac.allow,'can', 'can not') as modal_verb, ar.operation, ar.resource FROM access_controls ac LEFT JOIN access_rules ar ON (ac.rule_id = ar.id);
统计信息
- 总下载量: 1.89k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 0
- 依赖项目数: 13
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-25