Download the PHP package polycademy/php_rbac without Composer
On this page you can find all versions of the php package polycademy/php_rbac. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download polycademy/php_rbac
More information about polycademy/php_rbac
Files in polycademy/php_rbac
Package php_rbac
Short Description An implementation of RBAC Level 2
License MIT
Homepage https://github.com/Polycademy/php_rbac
Informations about the package php_rbac
php_rbac - RBAC Level 1 Implementation
This library aims to provide a modern PHP based RBAC (Role-Based Access Control) implementation.
For more information about RBAC please see the following links:
Installation / Usage
-
Setup your composer.json file with the following declaration.
-
If you are just using the lib:
composer update
. If you are developing against the lib:composer update --dev
- Check out the docs folder for usage examples and other information.
TODO
- NIST Level 2, Currently only level 1 is implemented.
- Cached implementation using:
- Memcache
- APC
Contributing
If you wish to contribute, please make sure the following criteria are met:
- Your code conforms to PSR specifications.
- All code additions should include test cases. (if applicable).
- The test suite passes.
PHPUnit Tests
There is a example phpunit config file that should be edited before running. Notably you should change the default database parameters.
- Install the composer dev dependencies:
composer update --dev
- Run phpunit:
./vendor/bin/phpunit
Authors
Leigh MacDonald - http://cudd.li
License
php_rbac is licensed under the MIT License - see the LICENSE
.