PHPackages                             jedenweb/user-panel - 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. jedenweb/user-panel

AbandonedArchivedLibrary

jedenweb/user-panel
===================

User panel for Nette Framework

0187PHP

Since Feb 9Pushed 12y ago1 watchersCompare

[ Source](https://github.com/JedenWeb/UserPanel)[ Packagist](https://packagist.org/packages/jedenweb/user-panel)[ RSS](/packages/jedenweb-user-panel/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

User Panel
==========

[](#user-panel)

Simple user panel for [Nette Framework](http://nette.org/)

Instalation
-----------

[](#instalation)

The best way to install jedenweb/user-panel is using [Composer](http://getcomposer.org/):

```
{
	"require": {
		"jedenweb/user-panel": "dev-master"
	}
}
```

After that you have to register extension in config.neon.

```
extensions:
	userPanel: JedenWeb\UserPanel\DI\UserPanelExtension
```

Usage
-----

[](#usage)

Add users to config.neon:

```
userPanel:
	column: email # column email will be used as username
	credentials:
		# username => role[] or username => password
		admin: [role1, role2]
		user: [role2, role3]
		user2: password
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.7% 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/c8e2068c5573c738dddfacce393683321126a313ad2a61f51fe4a341b9f43f38?d=identicon)[PavelJurasek](/maintainers/PavelJurasek)

---

Top Contributors

[![PavelJurasek](https://avatars.githubusercontent.com/u/1270132?v=4)](https://github.com/PavelJurasek "PavelJurasek (13 commits)")[![Mikulas](https://avatars.githubusercontent.com/u/192200?v=4)](https://github.com/Mikulas "Mikulas (1 commits)")[![seberm](https://avatars.githubusercontent.com/u/212597?v=4)](https://github.com/seberm "seberm (1 commits)")

### Embed Badge

![Health badge](/badges/jedenweb-user-panel/health.svg)

```
[![Health](https://phpackages.com/badges/jedenweb-user-panel/health.svg)](https://phpackages.com/packages/jedenweb-user-panel)
```

PHPackages © 2026

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