eye4web / eye4web-zf2-abac
Abac for Zend Framework 2
Installs: 15 087
Dependents: 1
Suggesters: 0
Security: 0
Stars: 10
Watchers: 3
Forks: 2
Open Issues: 2
pkg:composer/eye4web/eye4web-zf2-abac
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: 2025-10-28 19:14:04 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.