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

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

kodoyosa/dashboard
==================

Simple dashboard

v0.0.2(8y ago)019MITHTMLPHP &gt;=5.5.9

Since Oct 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Kodoyosa/dashboard-bundle)[ Packagist](https://packagist.org/packages/kodoyosa/dashboard)[ RSS](/packages/kodoyosa-dashboard/feed)WikiDiscussions 1.0 Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

DashboardBundle
===============

[](#dashboardbundle)

Dashboard Bundle for symfony &gt;= 3.3

This bundle will require symfony/assetic-bundle symfony's document for assetic : [https://symfony.com/doc/current/assetic/asset\_management.html](https://symfony.com/doc/current/assetic/asset_management.html)

\####Requirements :

- twbs/bootstrap 4.0.0-beta
    - add `"twbs/bootstrap": "4.0.0-beta"` to your composer.json
    - then run `composer update`

\####Installation :

1. `composer require kodoyosa/dashboard`
2. add `new Kodoyosa\DashboardBundle\KodoyosaDashboardBundle(),` to $bundles\[\] in registerBundles() from app/AppKernel.php
3. call the routes in app/config/routing.yml. Basically you can add :

    ```
     kodo_dashboard:
         resource: "@KodoyosaDashboardBundle/Resources/config/routing.yml"
         prefix:   /dashboard

    ```
4. Assetic configuration in app/config/config.yml to get access to `bootstrap_js` and `bootstrap_css`

    ```
     # Assetic Configuration
     assetic:
         filters:
             cssrewrite: ~
         assets:
             bootstrap_js:
                 inputs:
                     - '%kernel.root_dir%/../vendor/twbs/bootstrap/assets/js/vendor/popper.min.js'
                     - '%kernel.root_dir%/../vendor/twbs/bootstrap/dist/js/bootstrap.js'
             bootstrap_css:
                 inputs:
                     - '%kernel.root_dir%/../vendor/twbs/bootstrap/dist/css/bootstrap.min.css'
                     - '%kernel.root_dir%/../vendor/twbs/bootstrap/dist/css/bootstrap-grid.min.css'
                     - '%kernel.root_dir%/../vendor/twbs/bootstrap/dist/css/bootstrap-reboot.min.css'

    ```
5. Update database schema : `php bin/console doctrine:schema:update --force`
6. run : `php bin/console assetic:dump

*That's it !*

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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 ~1 days

Total

3

Last Release

3144d ago

Major Versions

v0.0.1 → 1.0.x-dev2017-10-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a55d0c71d5d5dbcb5c5da9d20397bf9284b21e831426d4669401f6a87114a53?d=identicon)[kodoyosa](/maintainers/kodoyosa)

---

Top Contributors

[![Kodoyosa](https://avatars.githubusercontent.com/u/6319728?v=4)](https://github.com/Kodoyosa "Kodoyosa (24 commits)")

---

Tags

dashboardadminadministrationpanelkodoyosa

### Embed Badge

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

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

###  Alternatives

[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)
