PHPackages                             zf3belcebur/rbac - 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. [Templating &amp; Views](/categories/templating)
4. /
5. zf3belcebur/rbac

AbandonedArchivedLibrary[Templating &amp; Views](/categories/templating)

zf3belcebur/rbac
================

Extended RBAC with Doctrine ORM

v1.0.0(6y ago)035Apache-2.0PHPPHP ^7.1

Since Nov 26Pushed 6y agoCompare

[ Source](https://github.com/Belcebur/zf3belcebur-rbac)[ Packagist](https://packagist.org/packages/zf3belcebur/rbac)[ RSS](/packages/zf3belcebur-rbac/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

zf3belcebur-rbac
================

[](#zf3belcebur-rbac)

Extended RBAC with Doctrine ORM

See
---

[](#see)

-
-

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

[](#installation)

Installation of this module uses composer. For composer documentation, please refer to [getcomposer.org](http://getcomposer.org/).

```
composer require zf3belcebur/rbac
```

Then add `ZF3Belcebur\Rbac` to your `config/application.config.php`.

Default Config
--------------

[](#default-config)

```

```

Config
------

[](#config)

### Default Const

[](#default-const)

```

```

### Examples

[](#examples)

```

```

Entities
--------

[](#entities)

- `ZF3Belcebur\Rbac\Entity\Permission`
- `ZF3Belcebur\Rbac\Entity\Role`

Entity Traits
-------------

[](#entity-traits)

> Use with your User Entity

- `ZF3Belcebur\Rbac\EntityTrait\UserRole`

ViewHelper
==========

[](#viewhelper)

```
