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

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

gguney/rbac
===========

Role based access control for company and module based application.

v1.0(8y ago)0144MITPHPPHP &gt;=5.6 || 7.0

Since Sep 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/gguney/rbac)[ Packagist](https://packagist.org/packages/gguney/rbac)[ Docs](https://github.com/gguney/rbac)[ RSS](/packages/gguney-rbac/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

RBAC - Role Based Access Control for Laravel
============================================

[](#rbac---role-based-access-control-for-laravel)

Another role based access control package for Laravel 5.

### Requirements

[](#requirements)

- RBAC works with PHP 5.6 or above.

### Installation

[](#installation)

```
$ composer require gguney/rbac
```

### Usage

[](#usage)

Add package's service provider to your config/app.php

```
...
        GGuney\RBAC\RBACServiceProvicer::class,
...
		    'aliases' => [
...
        'RBAC' => RBAC\Facades\RBAC::class,
    ],
...
```

### Author

[](#author)

Gökhan Güney -

### License

[](#license)

RBAC is licensed under the MIT License - see the `LICENSE` file for details

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3202d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b6ec9f80ae75f823f3ded30ef636a0cb8525bc9d3648ad4e14266ebea3e3afb?d=identicon)[gguney](/maintainers/gguney)

---

Top Contributors

[![gguney](https://avatars.githubusercontent.com/u/16459896?v=4)](https://github.com/gguney "gguney (21 commits)")

---

Tags

laravelaccesspermissioncontrolrole

### Embed Badge

![Health badge](/badges/gguney-rbac/health.svg)

```
[![Health](https://phpackages.com/badges/gguney-rbac/health.svg)](https://phpackages.com/packages/gguney-rbac)
```

###  Alternatives

[sereny/nova-permissions

Laravel Nova - Roles &amp; Permissions

87432.2k1](/packages/sereny-nova-permissions)[efficiently/authority-controller

AuthorityController is an PHP authorization library for Laravel 5 which restricts what resources a given user is allowed to access.

15433.2k](/packages/efficiently-authority-controller)[cgross/laraguard

Permissions/roles for Laravel 5

388.9k](/packages/cgross-laraguard)

PHPackages © 2026

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