PHPackages                             mandarinmedien/mmcmfadminbundle - 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. mandarinmedien/mmcmfadminbundle

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

mandarinmedien/mmcmfadminbundle
===============================

This SymfonyBundles will combine all MMCmf-SymfonyBundles to a fully functional PageAdminSystem.

0.1.19(8y ago)092MITPHP

Since Feb 26Pushed 8y ago4 watchersCompare

[ Source](https://github.com/Mandarin-Medien/MMCmfAdminBundle)[ Packagist](https://packagist.org/packages/mandarinmedien/mmcmfadminbundle)[ RSS](/packages/mandarinmedien-mmcmfadminbundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (8)Versions (39)Used By (0)

MMCmfAdminBundle
================

[](#mmcmfadminbundle)

### Append to app/AppKernel.php

[](#append-to-appappkernelphp)

```
...
    public function registerBundles()
    {
        $bundles = array(
            ...
            new MandarinMedien\MMCmfNodeBundle\MMCmfNodeBundle(),
            new MandarinMedien\MMCmfRoutingBundle\MMCmfRoutingBundle(),
            new MandarinMedien\MMCmfContentBundle\MMCmfContentBundle(),
            new MandarinMedien\MMCmfAdminBundle\MMCmfAdminBundle(),
            ...
            );
    ....
    }
...

```

### Append to app/config/config.yml

[](#append-to-appconfigconfigyml)

```
...
imports:
    - ...
    - { resource: '@MMCmfAdminBundle/Resources/config/config.yml' }
    - { resource: '@MMCmfContentBundle/Resources/config/config.yml' }
    - ...
...

```

### Append to App/config/routing.yml

[](#append-to-appconfigroutingyml)

```
...

mm_cmf_admin:
    resource: "@MMCmfAdminBundle/Resources/config/routing.yml"

mm_cmf_content:
    resource: "@MMCmfContentBundle/Resources/config/routing.yml"
    prefix:   /mmcmfcontent

... other routings ...

# put this at the very last
mm_cmf_routing:
    resource: "@MMCmfRoutingBundle/Resources/config/routing.yml"

...

```

### install and initiate assets

[](#install-and-initiate-assets)

```
...
# initates the MMCmfContentBundle
shell:PROJECT_ROOT: cd vendor/mandarinmedien/mmcmfcontentbundle/MandarinMedien/MMCmfContentBundle && bower update && cd ../../../../../ && app/console as:in --symlink && app/console assetic:dump
# initates the MMCmfAdminBundle
shell:PROJECT_ROOT: cd vendor/mandarinmedien/mmcmfadminbundle/MandarinMedien/MMCmfAdminBundle && bower update && cd ../../../../../ && app/console as:in --symlink && app/console assetic:dump
shell:PROJECT_ROOT: app/console as:wa

...

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Recently: every ~95 days

Total

37

Last Release

3015d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9811ec9b7fcee9da692627443ecae5c26d5c00d84416fd0e231c021fc45e9682?d=identicon)[MM-Psiiirus](/maintainers/MM-Psiiirus)

---

Top Contributors

[![clrfrks](https://avatars.githubusercontent.com/u/15800103?v=4)](https://github.com/clrfrks "clrfrks (12 commits)")

### Embed Badge

![Health badge](/badges/mandarinmedien-mmcmfadminbundle/health.svg)

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

###  Alternatives

[avanzu/admin-theme-bundle

Admin Theme based on the AdminLTE Template for easy integration into symfony

276256.1k7](/packages/avanzu-admin-theme-bundle)[uvdesk/core-framework

UVDesk Community Helpdesk Core Framework Bundle

7340.2k6](/packages/uvdesk-core-framework)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)[arkounay/quick-admin-generator-bundle

QAG is a bundle that generates cruds admin for Symfony applications using Doctrine.

2511.2k](/packages/arkounay-quick-admin-generator-bundle)[symfonyid/admin-bundle

Provide Admin Generator with KISS Principle

131.6k](/packages/symfonyid-admin-bundle)

PHPackages © 2026

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