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

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

foreverglory/admin-bundle
=========================

Symfony AdminBundle

020PHP

Since Jul 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ForeverGlory/admin-bundle)[ Packagist](https://packagist.org/packages/foreverglory/admin-bundle)[ RSS](/packages/foreverglory-admin-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

GloryAdminBundle
================

[](#gloryadminbundle)

GloryAdminBundle 基于 Symfony，使用 AdminLTE 前端而开发的后台管理

使用
--

[](#使用)

### Composer

[](#composer)

```
composer require foreverglory/admin-bundle
```

or add composer.json file, after `composer update`

```
{
    require: {
        "foreverglory/theme-bundle": "dev-master"
    }
}
```

### Kernel

[](#kernel)

```
//app/AppKernel.php
public function registerBundles()
{
    return array(
        // require bundles
        new Sp\BowerBundle\SpBowerBundle(),
        new Glory\Bundle\SettingBundle\GlorySettingBundle(),
        new Glory\Bundle\MenuBundle\GloryMenuBundle(),
        new Glory\Bundle\WebBundle\GloryWebBundle(),
        // core bundle
        new Glory\Bundle\AdminBundle\GloryAdminBundle(),
        // more ...
    );
}
```

### Conﬁgure

[](#conﬁgure)

```
#app/conﬁg/conﬁg.yml
sp_bower:
    bundles:
        # 启用 bower 资源
        GloryAdminBundle: ~
glory_setting: ~
glory_menu: ~
glory_admin:
    # css,js资源，将替换默认
    stylesheets: ~
    javascripts: ~
    # 仪表盘配置
    dashboard:
        - { include: AppBundle:Block:analysis.html.twig }
        - { controller: AppBundle:Dashboard:calendar }
        # more ...
```

```
#app/config/routing.yml
glory_admin:
    resource: "@GloryAdminBundle/Resources/config/routing.yml"
    prefix:   /
```

```
#app/config/security.yml
security:
    access_control:
        - { path: ^/admin, role: ROLE_ADMIN }
```

### Data

[](#data)

- install assetic

```
php app/console sp:bower:install
```

- install menu database

```
php app/console gloryadmin:install menu
```

Enjoy it
--------

[](#enjoy-it)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f2db77628f7824d4dda8968f3dd7f314800bb3ae6663d788cd6614e92623695?d=identicon)[foreverglory](/maintainers/foreverglory)

---

Top Contributors

[![foreverglory](https://avatars.githubusercontent.com/u/1069963?v=4)](https://github.com/foreverglory "foreverglory (67 commits)")

### Embed Badge

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

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

PHPackages © 2026

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