PHPackages                             zenstruck/dashboard-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. zenstruck/dashboard-bundle

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

zenstruck/dashboard-bundle
==========================

Provides a configurable administration menu and dashboard with customizable widgets.

v0.1.0(12y ago)37.4k↓66.1%2[1 issues](https://github.com/kbond/ZenstruckDashboardBundle/issues)MITPHP

Since Dec 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/kbond/ZenstruckDashboardBundle)[ Packagist](https://packagist.org/packages/zenstruck/dashboard-bundle)[ Docs](http://zenstruck.com/project/ZenstruckDashboardBundle)[ RSS](/packages/zenstruck-dashboard-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (6)Used By (0)

ZenstruckDashboardBundle
========================

[](#zenstruckdashboardbundle)

Provides a configurable administration menu and dashboard with customizable widgets.

[![Screenshot](https://camo.githubusercontent.com/429da683770ee210a7150e6771d890560cffa3578079bdae6d55dbcf735c7ac7/68747470733a2f2f6c68352e676f6f676c6575736572636f6e74656e742e636f6d2f2d546d5a73367347685a42552f5554456430624b434a72492f41414141414141414b45302f6c4b636c68784e455965632f733936392f7a656e73747275636b64617368626f61726462756e646c652e6a7067)](https://github.com/kbond/sandbox)

[View Example Source Code](https://github.com/kbond/sandbox)

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

[](#installation)

1. Add to your `composer.json`:

    ```
    {
        "require": {
            "zenstruck/dashboard-bundle": "*"
        }
    }
    ```
2. Register the bundle with Symfony2:

    ```
    // app/AppKernel.php

    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Zenstruck\Bundle\DashboardBundle\ZenstruckDashboardBundle(),
        );
        // ...
    }
    ```

Full Default Config
-------------------

[](#full-default-config)

```
zenstruck_dashboard:
    user_service:         false
    title:                Administration
    theme:                ZenstruckDashboardBundle:Bootstrap2
    theme_options:        []
    dashboard_template:   ~
    layout:               ~
    menu_service:         ~
    widgets:

        # Prototype
        name:
            title:                ~
            content:              ~ # Required

            # route, controller, template
            content_type:         controller

            # embed, hinclude, esi, ajax
            include_type:         embed
            group:                ~
            role:                 ~
            params:               []
    menu:

        # Prototype
        name:
            label:                ~
            group:                primary
            icon:                 ~
            nested:               true
            items:

                # Prototype
                name:
                    label:                ~
                    uri:                  ~
                    route:                ~
                    routeParameters:      ~
                    role:                 ~
                    icon:                 ~
```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

4532d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/707369cc916e0ea1aacbf077dcba464f611cef879f024d8944311a54a15224b3?d=identicon)[kbond](/maintainers/kbond)

---

Top Contributors

[![kbond](https://avatars.githubusercontent.com/u/127811?v=4)](https://github.com/kbond "kbond (37 commits)")

---

Tags

dashboardbackendadminadministration

### Embed Badge

![Health badge](/badges/zenstruck-dashboard-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/zenstruck-dashboard-bundle/health.svg)](https://phpackages.com/packages/zenstruck-dashboard-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M309](/packages/easycorp-easyadmin-bundle)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

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

Free admin template for backend

277278.3k5](/packages/yiister-yii2-gentelella)[kiwicommerce/module-cron-scheduler

Easily set up and manage cron jobs from the backend with a beautiful and managed timeline feature. Find the actual load on CPU/Memory by cron job execution.

74603.3k](/packages/kiwicommerce-module-cron-scheduler)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[luyadev/luya-module-admin

Administration core module for all LUYA admin modules

48179.0k24](/packages/luyadev-luya-module-admin)

PHPackages © 2026

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