PHPackages                             jornboerema/bz-user-management - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jornboerema/bz-user-management

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jornboerema/bz-user-management
==============================

01.0k1PHP

Since Sep 6Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Bijvoorbeeld-Zo/bz-user-management)[ Packagist](https://packagist.org/packages/jornboerema/bz-user-management)[ RSS](/packages/jornboerema-bz-user-management/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Prerequisites
-------------

[](#prerequisites)

For this plugin to work, you'll need to have the [Filament Shield](https://filamentphp.com/plugins/bezhansalleh-shield) plugin installed and configured.

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

[](#installation)

Your can install the package via composer:

```
composer require jornboerema/bz-user-management
```

Install the plugin with:

```
php artisan bz-user-management:install
```

Usage
-----

[](#usage)

Register the plugin in your AdminPanelProvider.

```
use Filament\Panel;
use JornBoerema\BzUserManagement\BzUserManagementPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            BzUserManagementPlugin::make(),
        ]);
}
```

Publish assets
--------------

[](#publish-assets)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 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/fdc129f553a184a1e51b3a169c1289894e455e696cdab7f507d611c2b4bbca4a?d=identicon)[JornBoerema](/maintainers/JornBoerema)

---

Top Contributors

[![JornBoerema](https://avatars.githubusercontent.com/u/127832099?v=4)](https://github.com/JornBoerema "JornBoerema (9 commits)")

### Embed Badge

![Health badge](/badges/jornboerema-bz-user-management/health.svg)

```
[![Health](https://phpackages.com/badges/jornboerema-bz-user-management/health.svg)](https://phpackages.com/packages/jornboerema-bz-user-management)
```

PHPackages © 2026

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