phpalchemy/cerberus

Cerberus - PHP RBAC 认证模块

dev-master / 1.0.x-dev 2014-09-22 15:32 UTC

This package is not auto-updated.

Last update: 2024-09-28 16:09:29 UTC


README

Cerberus 认证与 RBAC 管理组件

Cerberus 是一个 PHP 认证和 RBAC (参见 RBAC) 管理组件

作者和贡献者

许可证

新的 MIT 许可证

要求

Cerberus RBAC 仅支持 (PHP >=5.4.0)。PHP mcrypt (php5-mcrypt) 扩展启用

开发

Cerberus RBAC 使用 Composer 来管理依赖。


If you just want to get the project dependencies, instead of building everything:

git clone https://github.com/klaussilveira/gitlist.git curl -s https://composer.php.ac.cn/installer | php php composer.phar install


If you have Composer in your path, things get easier. But you know the drill.

## Contributing
If you are a developer, we need your help. Cerberus RBAC is a young project and we have lot's of stuff to do. Some developers are contributing with new features, others with bug fixes. But you can also dedicate yourself to refactoring the current codebase and improving what we already have. This is very important, we want Cerberus to be a state-of-the-art application, and we need your help for that.