Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.68 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.68 KB

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)