PHPackages                             prolic/humus-rbac-navigation-module - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. prolic/humus-rbac-navigation-module

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

prolic/humus-rbac-navigation-module
===================================

Integration of ZfcRbac and SpiffyNavigation for Zend Framework 2

13.4kPHP

Since Aug 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/prolic/HumusRbacNavigationModule)[ Packagist](https://packagist.org/packages/prolic/humus-rbac-navigation-module)[ RSS](/packages/prolic-humus-rbac-navigation-module/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

HumusRbacNavigationModule
=========================

[](#humusrbacnavigationmodule)

[![Build Status](https://camo.githubusercontent.com/95bccac8dbd529ac6345ff064fceae332d48437f2641ffb57c0c6bba912ab9de/68747470733a2f2f7472617669732d63692e6f72672f70726f6c69632f48756d7573526261634e617669676174696f6e4d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/prolic/HumusRbacNavigationModule)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/efaa307cd0312d5cca600c890ac34bad20d9c72343ff64155d36e8726b6a9187/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70726f6c69632f48756d7573526261634e617669676174696f6e4d6f64756c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/prolic/HumusRbacNavigationModule/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/ccfdd2fa4d5c4dccf4efa99a64bc53ab878c80d8eb4e23dc01ffdcb75f767d62/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70726f6c69632f48756d7573526261634e617669676174696f6e4d6f64756c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/prolic/HumusRbacNavigationModule/?branch=master)[![License](https://camo.githubusercontent.com/887532b8133a22946c083be6b6bc7ebbc72ca89e182a6706418ee94654bc8172/68747470733a2f2f706f7365722e707567782e6f72672f70726f6c69632f68756d75732d726261632d6e617669676174696f6e2d6d6f64756c652f6c6963656e73652e737667)](https://packagist.org/packages/prolic/humus-rbac-navigation-module)[![Total Downloads](https://camo.githubusercontent.com/8cc3f0d0eab2d89d55f0193dccefa47f2b579f6bafc8077d25225ad24a6d3719/68747470733a2f2f706f7365722e707567782e6f72672f70726f6c69632f68756d75732d726261632d6e617669676174696f6e2d6d6f64756c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/prolic/humus-rbac-navigation-module)

Integration of ZfcRbac and SpiffyNavigation for Zend Framework 2

Dependencies
------------

[](#dependencies)

- PHP 5.4.0
- [SpiffyNavigation](https://github.com/spiffyjr/spiffy-navigation/)
- [Zfr-Rbac](https://github.com/zf-fr/rbac/)
- [ZF-Commons Rbac](https://github.com/ZF-Commons/zfc-rbac/)
- [Zend-Mvc 2.3.0](https://github.com/zendframework/zf2/tree/master/library/Zend/Mvc)

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

[](#installation)

1. Add `"prolic/humus-rbac-navigation-module": "dev-master"` to your `composer.json`
2. Run `php composer.phar install`
3. Enable the module in your `config/application.config.php` by adding `HumusRbacNavigationModule` to `modules`

Example-Configuration
---------------------

[](#example-configuration)

```
return array(
    'modules' => array(
        'ZfcRbac',
        'SpiffyNavigation',
        'HumusRbacNavigationModule',
    )
);

```

Usage
-----

[](#usage)

Create your navigation using SpiffyNavigation as usual, you can either set the "role" or the "permission" option to any route.

The navigation entries will be hidden in SpiffyNavigation automatically.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/394428?v=4)[Sascha-Oliver Prolić](/maintainers/prolic)[@prolic](https://github.com/prolic)

---

Top Contributors

[![prolic](https://avatars.githubusercontent.com/u/394428?v=4)](https://github.com/prolic "prolic (16 commits)")

### Embed Badge

![Health badge](/badges/prolic-humus-rbac-navigation-module/health.svg)

```
[![Health](https://phpackages.com/badges/prolic-humus-rbac-navigation-module/health.svg)](https://phpackages.com/packages/prolic-humus-rbac-navigation-module)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
