eye4web / eye4web-zf2-abac
Abac for Zend Framework 2
dev-docs
2014-09-18 12:14 UTC
Requires
- php: >=5.4
- doctrine/orm: 2.4.*
- zendframework/zendframework: ~2.3
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpmd/phpmd: 1.4.*
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: 1.5.*
- zendframework/zend-captcha: ~2.1
This package is not auto-updated.
Last update: 2026-03-03 20:46:00 UTC
README
Introduction
Eye4web\Zf2Abac is an attribute-based access control for Zend Framework 2
Installation
With composer
-
Run the following composer command:
$ php composer.phar require eye4web/eye4web-zf2-abac
-
Enable it in your
application.config.phpfile.<?php return array( 'modules' => array( // ... 'Eye4web\Zf2Abac' ), // ... );
Usage
See docs folder
Inspiration
- ZfcRbac (Docs & AssertionPluginManager).
Thank you.