PHPackages                             eye4web/eye4web-zf2-board-abac - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. eye4web/eye4web-zf2-board-abac

ActiveLibrary

eye4web/eye4web-zf2-board-abac
==============================

Integration between Eye4web\\Zf2Board and \\Eye4web\\Zf2Abac

017.6k[1 PRs](https://github.com/Eye4web/Zf2BoardAbac/pulls)PHP

Since Aug 29Pushed 3y ago3 watchersCompare

[ Source](https://github.com/Eye4web/Zf2BoardAbac)[ Packagist](https://packagist.org/packages/eye4web/eye4web-zf2-board-abac)[ RSS](/packages/eye4web-eye4web-zf2-board-abac/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Eye4web\\Zf2BoardAbac
=====================

[](#eye4webzf2boardabac)

Introduction
============

[](#introduction)

This module will integrate `Eye4web\Zf2Board` and `Eye4web\Zf2Abac`, and also setup assertions for:

- Reading boards
- Reading/writing topics
- Writing/editing/deleting posts

Installation
------------

[](#installation)

#### With composer

[](#with-composer)

1. Add this project composer.json:

    ```
    "require": {
        "eye4web/eye4web-zf2-board-abac": "dev-master"
    }
    ```
2. Now tell composer to download the module by running the command:

    ```
    $ php composer.phar update
    ```
3. Enable it in your `application.config.php` file.

    ```
