Skip to content

Eye4web/Eye4webZf2Abac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zf2Abac

Build Status Code Climate Test Coverage Latest Stable Version Total Downloads Latest Unstable Version License

Introduction

Eye4web\Zf2Abac is an attribute-based access control for Zend Framework 2

Installation

With composer

  1. Run the following composer command:

    $ php composer.phar require eye4web/eye4web-zf2-abac
  2. 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.

Author(s)

About

ABAC module for ZF2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages