webino/zend-rbac

Zend Framework module that provides a layer of features for Zend\Permissions\Rbac

Maintainers

πŸ‘ Webino

Package info

github.com/webino/ZendRbac

Homepage

pkg:composer/webino/zend-rbac

Statistics

Installs: 8 680

Dependents: 0

Suggesters: 0

Stars: 1

3.0.0-alpha.1 2018-02-26 08:34 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 68691c41a41e1426a3f6fbe5e488acee5bdc88de

zf2modulepermissionsrbac


README

πŸ‘ Develop Branch Build Status
πŸ‘ Coverage Status
πŸ‘ Latest Stable Version
πŸ‘ Total Downloads
πŸ‘ Latest Unstable Version
πŸ‘ License
πŸ‘ Join the chat at https://gitter.im/ZFCommons/zfc-rbac

ZfcRbac is an access control library based on the RBAC permission model.

Work In Progress; you are looking at the next version, for stable visit the master branch.

Requirements

  • PHP 7.1 or higher

If you are looking for older version of ZfcRbac, please refer to the 2.x branch. If you are using ZfcRbac 2.0, please upgrade to 3.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 ZfcRbac.

Installation

ZfcRbac only officially supports installation through Composer. For Composer documentation, please refer to getcomposer.org.

Install the module:

$ php composer.phar require zf-commons/zfc-rbac:^3.0

Enable the module by adding ZfcRbac 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 ZfcRbac.

Support