eye4web / eye4web-zf2-abac
Abac for Zend Framework 2
Installs: 15 087
Dependents: 1
Suggesters: 0
Security: 0
Stars: 10
Watchers: 4
Forks: 2
Open Issues: 2
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: 2024-10-29 14:24:39 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.php
file.<?php return array( 'modules' => array( // ... 'Eye4web\Zf2Abac' ), // ... );
Usage
See docs
folder
Inspiration
- ZfcRbac (Docs & AssertionPluginManager).
Thank you.