PHPackages                             mandarinmedien/mmcmfcontentbundle - 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. [Templating &amp; Views](/categories/templating)
4. /
5. mandarinmedien/mmcmfcontentbundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

mandarinmedien/mmcmfcontentbundle
=================================

This is the bridge between doctrine content entities and twig which will be the base of the MMCmfBundle

0.3.5(2y ago)01611MITJavaScript

Since Feb 24Pushed 2y ago3 watchersCompare

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

READMEChangelog (3)Dependencies (3)Versions (74)Used By (1)

MMCmfContentBundle
==================

[](#mmcmfcontentbundle)

### Append to app/AppKernel.php

[](#append-to-appappkernelphp)

You need to add the bundle to your app/AppKernel.php.

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

```

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

[](#append-to-appconfigconfigyml)

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

```

### Config -&gt; app/config/config.yml

[](#config---appconfigconfigyml)

```
...
mm_cmf_content:
    content_nodes:
        contentNode:
            templates:
              - { name: 'default' }
              - { name: 'tile' }
        myCustomContentNode:
            templates:
              - { name: 'default' }
...

```

### install and initiate assets

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

```
...
shell:PROJECT_ROOT: cd  vendor/mandarinmedien/mmcmfcontentbundle/MandarinMedien/MMCmfContentBundle && bower update && cd ../../../../../ && bin/console as:in --symlink && bin/console assetic:dump
...

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

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

Recently: every ~445 days

Total

71

Last Release

991d 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 (62 commits)")

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)

PHPackages © 2026

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