PHPackages                             pubvana/admin - 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. pubvana/admin

ActiveFlightphp-plugin[Admin Panels](/categories/admin)

pubvana/admin
=============

Pubvana CMS admin panel

0.2.4(2mo ago)061MITPHPPHP ^8.1

Since Apr 26Pushed 2mo agoCompare

[ Source](https://github.com/Pubvana-CMS/admin)[ Packagist](https://packagist.org/packages/pubvana/admin)[ RSS](/packages/pubvana-admin/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (2)Versions (8)Used By (1)

[![Stable? Not Quite Yet](https://camo.githubusercontent.com/8712c441bb32fd8db507e0008c5d13e30def50064f8fcbc689fbcf5191f7d2af/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f737461626c652533462d6e6f7425323071756974652532307965742d626c75653f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/admin)[![License](https://camo.githubusercontent.com/7aff3d31f06c5a9c019ae271b6a6efd49a0ae647e39e63b87dd8c104d567bf5d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f70756276616e612f61646d696e3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/admin)[![PHP Version](https://camo.githubusercontent.com/97215277bd5cfdbb7999ec5b2d0c3201604c236c13db5bce029c9c038e827334/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f70756276616e612f61646d696e3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/admin)[![Monthly Downloads](https://camo.githubusercontent.com/c003ce4d66dee22407d33cab4972a0eb276e34513eee908e6442d04b7b381e52/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f70756276616e612f61646d696e3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/admin)[![Total Downloads](https://camo.githubusercontent.com/25d62a19fec7463c92079d59f0f9e4d144cadd852bbd3005b71e361bdd51e0dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70756276616e612f61646d696e3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/admin)[![GitHub Issues](https://camo.githubusercontent.com/9feff27f161f6bf87cc2dcaf7b88aaa2087ecdb28aadce06ebdef1b85693a576/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f50756276616e612d434d532f61646d696e3f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/admin/issues)[![Contributors](https://camo.githubusercontent.com/169c0e0e9b2f111d8a1c795e4f109d948424ad39bcbc95e071189456dfeaadc2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f50756276616e612d434d532f61646d696e3f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/admin/graphs/contributors)[![Latest Release](https://camo.githubusercontent.com/8c513c1f1e54d170582413c1dd0ebf514e3a30c8d0a22116fafbc4f240f79cec/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f50756276616e612d434d532f61646d696e3f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/admin/releases)[![Contributions Welcome](https://camo.githubusercontent.com/9db3f8b82ea88469efd296a9305fc00f40b4c9450bb6b539d42d339fa6963444/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d626c75653f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/admin/pulls)

Pubvana Admin
=============

[](#pubvana-admin)

**I noticed folks downloading some of these packages. I'm super grateful, Thank You! I would like to let folks know until this notice disappears I'm doing a lot of breaking changes without worrying about them. Once versions are up around 0.5.x things should settle down.**

Admin panel module for Pubvana CMS. Provides the admin shell, public theme renderer, dashboard, user/group management, settings UI, and slot-based content injection for plugin extensions.

Requirements
------------

[](#requirements)

- PHP 8.1+
- [Flight School](https://github.com/enlivenapp/flight-school) ^0.2
- [Flight Shield](https://github.com/enlivenapp/flight-shield) ^0.1

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

[](#installation)

```
composer require pubvana/admin
```

Enable in `app/config/config.php`:

```
'plugins' => [
    'pubvana/admin' => [
        'enabled'  => true,
        'priority' => 40,
    ],
],
```

Flight School config
--------------------

[](#flight-school-config)

This package uses Flight School's return-array config format. `src/Config/Config.php` returns the package defaults as an array, and Flight School stores that array under `pubvana.admin` on `$app`.

The current config includes `'routePrepend' => ''`, so routes from `src/Config/Routes.php` register at the site root. `AdminRoutes.php` is still grouped separately under `/admin`.

Responsibilities
----------------

[](#responsibilities)

- Admin routes and layout
- Public base controllers used by blog/pages/theme rendering
- Dashboard cards/sections and shared public blocks
- User, group, and settings management

License
-------

[](#license)

MIT

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance85

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

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.

###  Release Activity

Cadence

Every ~1 days

Total

7

Last Release

79d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3036663?v=4)[Mike W](/maintainers/enlivenapp)[@enlivenapp](https://github.com/enlivenapp)

---

Top Contributors

[![enlivenapp](https://avatars.githubusercontent.com/u/3036663?v=4)](https://github.com/enlivenapp "enlivenapp (7 commits)")

### Embed Badge

![Health badge](/badges/pubvana-admin/health.svg)

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

###  Alternatives

[dog-ears/crud-d-scaffold

Extend Laravel 7's generators scaffold.

183.1k](/packages/dog-ears-crud-d-scaffold)

PHPackages © 2026

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