eye4web/eye4web-zf2-abac

Abac for Zend Framework 2

dev-docs 2014-09-18 12:14 UTC

This package is not auto-updated.

Last update: 2024-04-16 11:57:19 UTC


README

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)