PHPackages                             greibit/panel-admin-bundle - 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. greibit/panel-admin-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

greibit/panel-admin-bundle
==========================

GreibitPanelAdminBundle provide base templates for admin panels in Symfony

416PHP

Since Mar 25Pushed 12y ago2 watchersCompare

[ Source](https://github.com/Greibit/PanelAdminBundle)[ Packagist](https://packagist.org/packages/greibit/panel-admin-bundle)[ RSS](/packages/greibit-panel-admin-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PanelAdminBundle
================

[](#paneladminbundle)

*This Repository is UNDER DEVELOPMENT, it's not recommended to use it*

PanelAdminBundle integrates a [Admin Panel template](http://startbootstrap.com/sb-admin-v2) in your Symfony Project and provide adapted CRUD generator.

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

[](#installation)

Add the bundle to the `composer.json` of your project:

```
{
   "require": {
        "greibit/panel-admin-bundle": "dev-master"
    }
}
```

Enable the bundle in the `AppKernel.php` of your Symfony project:

```
// app/AppKernel.php
//...
class AppKernel extends Kernel
{
    //...
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Greibit\Bundle\PanelAdminBundle\GreibitPanelAdminBundle()
        );
        //...

        return $bundles;
    }
    //...
}
```

Configuration
-------------

[](#configuration)

Add configuration to your config.yml:

```
greibit_panel_admin:
    menu_builder: "AcmeDemoBundle:Builder:sidebarMenu"
    panel_title: "Greibit Administration"
```

Use it!
-------

[](#use-it)

To use the Admin Panel proposed by Greibit just extends your twig templates with the GreibitPanelAdmin `layout` and use the `page` block

```
{% extends 'GreibitPanelAdminBundle::layout.html.twig' %}
{% block page %} {% endblock %}
```

Dependencies
------------

[](#dependencies)

- KnpMenuBundle

[![Bitdeli Badge](https://camo.githubusercontent.com/81ae7024bbb80d2a71f0d04108b2af9e16a61a2a3b5cf446e0ac0cf2b182dd3a/68747470733a2f2f64327765637a68766c38323376302e636c6f756466726f6e742e6e65742f477265696269742f70616e656c61646d696e62756e646c652f7472656e642e706e67)](https://bitdeli.com/free "Bitdeli Badge")

###  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 96.8% 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/633ae385d3153f9c3adf665f11b6d73bed04a506f380f7e4630dd9276c5b28e3?d=identicon)[Greibit](/maintainers/Greibit)

---

Top Contributors

[![Greibit](https://avatars.githubusercontent.com/u/3390784?v=4)](https://github.com/Greibit "Greibit (30 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")

### Embed Badge

![Health badge](/badges/greibit-panel-admin-bundle/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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