PHPackages                             administrcms/administr - 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. administrcms/administr

ActiveLibrary[Admin Panels](/categories/admin)

administrcms/administr
======================

Administration package that allows for fast and flexible admin pages

6.0(6y ago)139731JavaScriptPHP &gt;=5.5.9

Since Jun 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/administrcms/administr)[ Packagist](https://packagist.org/packages/administrcms/administr)[ RSS](/packages/administrcms-administr/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (8)Versions (10)Used By (1)

Basic usage
===========

[](#basic-usage)

- Install using composer:

```
composer require administrcms/administr

```

- Register the Service Provider (in config/app.php or in app/Providers/AppServiceProvider.php):

```
// in app.php
'providers' => [
    // ...
    Administr\Providers\AdministrServiceProvider::class,
    // ...
],

// in AppServiceProvider
public function register()
{
    $this->app->register(\Administr\Providers\AdministrServiceProvider::class);
}
```

- Publish assets, configs, migrations and etc.

```
php artisan vendor:publish --provider="Administr\Providers\AdministrServiceProvider"

```

- Migrate the base tables

```
php artisan migrate

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 95.6% 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 ~148 days

Recently: every ~242 days

Total

9

Last Release

2416d ago

Major Versions

0.2 → 5.42017-12-10

v5.4.x-dev → 6.02019-10-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/909813?v=4)[Miroslav Vitanov](/maintainers/mirovit)[@mirovit](https://github.com/mirovit)

---

Top Contributors

[![mirovit](https://avatars.githubusercontent.com/u/909813?v=4)](https://github.com/mirovit "mirovit (175 commits)")[![Kaukov](https://avatars.githubusercontent.com/u/20661820?v=4)](https://github.com/Kaukov "Kaukov (8 commits)")

### Embed Badge

![Health badge](/badges/administrcms-administr/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)[weblabormx/laravel-front

Front is a administration panel for Laravel. It allows you to create CRUD easily in minutes. It allows to fully customize any part of the code.

1111.1k](/packages/weblabormx-laravel-front)[conedevelopment/root

Root is an admin package for Laravel applications.

3713.1k2](/packages/conedevelopment-root)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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