PHPackages                             democracyapps/powerbroker - 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. democracyapps/powerbroker

ActivePackage

democracyapps/powerbroker
=========================

Simple system for managing capabilities of users or organizations based on tier or group to which they belong

056PHP

Since Apr 8Pushed 11y ago2 watchersCompare

[ Source](https://github.com/DemocracyApps/powerbroker)[ Packagist](https://packagist.org/packages/democracyapps/powerbroker)[ RSS](/packages/democracyapps-powerbroker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

powers
======

[](#powers)

This is a simple Laravel utility to facilitate managing capabilities of users or organizations based on the tier or group to which they belong.

Instructions for Use
--------------------

[](#instructions-for-use)

### Installation

[](#installation)

Begin by installing this package through Composer.

```
{
    "require": {
        "democracyapps/powerbroker": "dev-master"
    }
}
```

Add the service provider to app.php

```
// app/config/app.php

'providers' => [
    '...',
    'DemocracyApps\PowerBroker\PowerBrokerServiceProvider',
];
```

For convenience, you may also add the Facade to app.php

```
'aliases' => [
    '...',
    'PowerBroker' => 'DemocracyApps\PowerBroker\PowerBrokerFacade',
    ];
```

### Configuration Parameters

[](#configuration-parameters)

Next, publish the migrations by running

```
php artisan vendor:publish

```

This will create two migrations, one for power groups (table 'da\_power\_groups') and one for powers (table 'da\_powers').

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

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://www.gravatar.com/avatar/ccf04ca37e5c3d51144fdaa975d9a702cfc84fba2e5df27906be69db56957e82?d=identicon)[ejaxon](/maintainers/ejaxon)

---

Top Contributors

[![ejaxon](https://avatars.githubusercontent.com/u/6409214?v=4)](https://github.com/ejaxon "ejaxon (6 commits)")

### Embed Badge

![Health badge](/badges/democracyapps-powerbroker/health.svg)

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

PHPackages © 2026

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