Download the PHP package joacub/zfj-rbac without Composer
On this page you can find all versions of the php package joacub/zfj-rbac. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download joacub/zfj-rbac
More information about joacub/zfj-rbac
Files in joacub/zfj-rbac
Package zfj-rbac
Short Description Zend Framework 2 Module that provides a layer of features of Zend\Permissions\Rbac
License MIT
Homepage http://www.github.com/ZF-Commons/zfc-rbac
Informations about the package zfj-rbac
ZfjRbac
ZfjRbac is an access control module for Zend Framework 2, based on the RBAC permission model.
Requirements
- PHP 5.4 or higher
- Rbac component: this is actually a prototype for the ZF3 Rbac component.
- Zend Framework 2.2 or higher
If you are looking for older version of ZfjRbac, please refer to the 0.2.x branch. If you are using ZfjRbac 1.0, please upgrade to 2.0.
Optional
- DoctrineModule: if you want to use some built-in role and permission providers.
- ZendDeveloperTools: if you want to have useful stats added to the Zend Developer toolbar.
Upgrade
You can find an upgrade guide to quickly upgrade your application from major versions of ZfjRbac.
Installation
ZfjRbac only officially supports installation through Composer. For Composer documentation, please refer to getcomposer.org.
Install the module:
Enable the module by adding ZfjRbac
key to your application.config.php
file. Customize the module by copy-pasting
the zfc_rbac.global.php.dist
file to your config/autoload
folder.
Documentation
The official documentation is available in the /docs folder.
You can also find some Doctrine entities in the /data folder that will help you to more quickly take advantage of ZfjRbac.
All versions of zfj-rbac with dependencies
zendframework/zend-mvc Version ~2.2
zendframework/zend-servicemanager Version ~2.2
zfr/rbac Version ~1.2