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

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

avoo/qcm-admin-bundle
=====================

QCM Admin bundle for Symfony2

1.0.3(9y ago)01291MITHTMLPHP &gt;=5.3.3

Since Apr 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/avoo/QcmAdminBundle)[ Packagist](https://packagist.org/packages/avoo/qcm-admin-bundle)[ RSS](/packages/avoo-qcm-admin-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (5)Used By (1)

QcmAdminBundle
==============

[](#qcmadminbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/442015eb65c7ac5347dac200cff2f1ad37b4bdeef857717f2ff75f70121c4e11/68747470733a2f2f706f7365722e707567782e6f72672f61766f6f2f71636d2d61646d696e2d62756e646c652f762f737461626c65)](https://packagist.org/packages/avoo/qcm-admin-bundle)[![License](https://camo.githubusercontent.com/e70f37ac30361e0b3da0401e09aecf79d52f1cc66c72913e95cd3ddd7e0a2e1e/68747470733a2f2f706f7365722e707567782e6f72672f61766f6f2f71636d2d61646d696e2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/avoo/qcm-admin-bundle)[![Build Status](https://camo.githubusercontent.com/9cf2bf3c7af2f3002255cccfc621192f34854c34e358dfdc8c8ef626c4f5adb8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f61766f6f2f51636d41646d696e42756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/avoo/QcmAdminBundle/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1984ca1cd32b7acfeec53066e33c14a7d3e6c8cb366d56aab09782f5987ee4cb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f61766f6f2f51636d41646d696e42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/avoo/QcmAdminBundle/?branch=master)

The admin bundle is based on [`QcmCoreBundle`](https://github.com/avoo/QcmCoreBundle)

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

[](#installation)

Require [`avoo/qcm-admin-bundle`](https://packagist.org/packages/avoo/qcm-admin-bundle)into your `composer.json` file:

```
{
    "require": {
        "avoo/qcm-admin-bundle": "dev-master"
    }
}
```

Register the bundle in `app/AppKernel.php`:

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Bazinga\Bundle\JsTranslationBundle\BazingaJsTranslationBundle(),
        new Qcm\Bundle\CoreBundle\QcmCoreBundle(),
        new Qcm\Bundle\AdminBundle\QcmAdminBundle(),
    );
}
```

In `app/config/config.yml`

```
imports:
    - { resource: @QcmCoreBundle/Resources/config/core.yml }
    - { resource: @QcmAdminBundle/Resources/config/core.yml }
```

In `app/config/routing.yml`

```
qcm_core:
    prefix:   /
    resource: "@QcmCoreBundle/Resources/config/routing.yml"

qcm_admin:
    resource: "@QcmAdminBundle/Resources/config/routing.yml"
    prefix:   /admin
```

Documentation:

See [`QcmCoreBundle`](https://github.com/avoo/QcmCoreBundle)

Credits
-------

[](#credits)

- Jérémy Jégou

License
-------

[](#license)

This bundle is released under the MIT license. See the complete license in the bundle:

[License](https://github.com/avoo/QcmCoreBundle/blob/master/LICENSE)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 97.4% 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 ~179 days

Total

4

Last Release

3506d ago

### Community

Maintainers

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

---

Top Contributors

[![avoo](https://avatars.githubusercontent.com/u/6162605?v=4)](https://github.com/avoo "avoo (37 commits)")[![trigardia](https://avatars.githubusercontent.com/u/6190550?v=4)](https://github.com/trigardia "trigardia (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[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)[ezsystems/ezplatform-admin-ui

eZ Platform Admin v2

54805.4k61](/packages/ezsystems-ezplatform-admin-ui)[filament/infolists

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

1220.8M36](/packages/filament-infolists)[magefan/module-admin-user-guide

Admin panel user guides.

132.5M1](/packages/magefan-module-admin-user-guide)

PHPackages © 2026

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