Eye4web\Zf2Abac is an attribute-based access control for Zend Framework 2
-
Run the following composer command:
$ php composer.phar require eye4web/eye4web-zf2-abac
-
Enable it in your
application.config.php
file.<?php return array( 'modules' => array( // ... 'Eye4web\Zf2Abac' ), // ... );
See docs
folder
- ZfcRbac (Docs & AssertionPluginManager).
Thank you.