PHPackages                             jansuchanek/nstarter - 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. [Admin Panels](/categories/admin)
4. /
5. jansuchanek/nstarter

ActiveProject[Admin Panels](/categories/admin)

jansuchanek/nstarter
====================

Nette Admin Starter Kit — full admin panel with auth, layout, and tools

v1.1.0(1mo ago)00MITPHPPHP &gt;=8.2

Since Mar 20Pushed 1mo agoCompare

[ Source](https://github.com/JanSuchanek/nstarter)[ Packagist](https://packagist.org/packages/jansuchanek/nstarter)[ RSS](/packages/jansuchanek-nstarter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (21)Versions (3)Used By (0)

NStarter
========

[](#nstarter)

Nette Admin Starter Kit — full admin panel with authentication, dynamic sidebar, and tools. **One command to get a working admin.**

Quick Start
-----------

[](#quick-start)

```
composer create-project jansuchanek/nstarter my-admin
cd my-admin
cp config/local.neon.dist config/local.neon
# Edit config/local.neon with your DB credentials
php vendor/bin/doctrine-migrations migrate
# Visit /admin → login: admin@admin.cz / admin123
```

What's Included
---------------

[](#whats-included)

### Entities

[](#entities)

- `User` — implements `AdminUserInterface` (email, password, role, locale)
- `Role` — implements `AdminRoleInterface` (name, slug, permissions)
- `RolePermission` — implements `AdminPermissionInterface` (resource + privilege)

### Presenters

[](#presenters)

- `BasePresenter` — auth check, layout config, toast notifications
- `DashboardPresenter` — landing page
- `SignPresenter` — login/logout with form

### Config

[](#config)

- `common.neon` — all extensions pre-configured (Doctrine, nadmin-auth, nadmin-layout, nnotify, translation)
- `local.neon.dist` — database connection template
- Dynamic sidebar from NEON config
- Locale switcher (CS/EN by default)

### Stack

[](#stack)

- Bootstrap 5 + Bootstrap Icons
- Doctrine ORM + Migrations (PostgreSQL)
- Nette Security with role-based ACL
- Toast notifications (NNotify)

Bundled Libraries
-----------------

[](#bundled-libraries)

LibraryPurpose[nadmin-auth](https://github.com/JanSuchanek/nadmin-auth)Authentication + authorization[nadmin-layout](https://github.com/JanSuchanek/nadmin-layout)Configurable sidebar + branding[nnotify](https://github.com/JanSuchanek/nnotify)Toast notifications[nseo](https://github.com/JanSuchanek/nseo)SEO meta tags + JSON-LD[naudit](https://github.com/JanSuchanek/naudit)Entity audit log[nimport](https://github.com/JanSuchanek/nimport)Data import pipeline[nattachments](https://github.com/JanSuchanek/nattachments)File attachments[nshortcode](https://github.com/JanSuchanek/nshortcode)Shortcode parserDefault Login
-------------

[](#default-login)

- **Email:**
- **Password:** admin123

License
-------

[](#license)

MIT

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Every ~0 days

Total

2

Last Release

50d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/38ce2f53e74d810d50aca863e1a3b954f34f1629dd01a6a8c7d4d582e7459e63?d=identicon)[JanSuchanek](/maintainers/JanSuchanek)

---

Top Contributors

[![JanSuchanek](https://avatars.githubusercontent.com/u/310020?v=4)](https://github.com/JanSuchanek "JanSuchanek (3 commits)")

### Embed Badge

![Health badge](/badges/jansuchanek-nstarter/health.svg)

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

###  Alternatives

[nette/nette

👪 Nette Framework - innovative framework for fast and easy development of secured web applications in PHP (metapackage)

1.6k2.8M335](/packages/nette-nette)[nette/web-project

Nette: Standard Web Project

10991.8k](/packages/nette-web-project)

PHPackages © 2026

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