PHPackages                             th3mouk/cms-page-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. th3mouk/cms-page-bundle

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

th3mouk/cms-page-bundle
=======================

Symfony CMSPageBundle extends of Sonata Project

2.0.0(9y ago)11.9k1MITPHP

Since Mar 13Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Th3Mouk/CMSPageBundle)[ Packagist](https://packagist.org/packages/th3mouk/cms-page-bundle)[ RSS](/packages/th3mouk-cms-page-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (8)Used By (1)

CMS Page Bundle
===============

[](#cms-page-bundle)

Bundle extending [SonataPageBundle](https://github.com/sonata-project/SonataPageBundle) in order to simplify the use by developers and future users, trying to not alter the original flexibility, and to give them new basic tools and views.

[![SensioLabsInsight](https://camo.githubusercontent.com/fb08890482f3806f99a111a25aed14000e3490f137ea5504fced6bc754b28ef0/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65313166303732662d643132382d343539632d383130302d6535306266353635653939612f6d696e692e706e67)](https://insight.sensiolabs.com/projects/e11f072f-d128-459c-8100-e50bf565e99a) [![Latest Stable Version](https://camo.githubusercontent.com/4f17c377f4927b47a839552af49a4d1a63a52398d7f33088c2aecb2c7cfee06f/68747470733a2f2f706f7365722e707567782e6f72672f7468336d6f756b2f636d732d706167652d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/th3mouk/cms-page-bundle) [![Total Downloads](https://camo.githubusercontent.com/4743762f875586ba72b890aa5114458a6eb5c88fb8afdf0e79ae9e2208a65084/68747470733a2f2f706f7365722e707567782e6f72672f7468336d6f756b2f636d732d706167652d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/th3mouk/cms-page-bundle) [![Build Status](https://camo.githubusercontent.com/3b049f62c2e09cddd7fb781fdbedb5a6c56117d409d99c37017065e732461c7e/68747470733a2f2f7472617669732d63692e6f72672f5468334d6f756b2f434d535061676542756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Th3Mouk/CMSPageBundle) [![Latest Unstable Version](https://camo.githubusercontent.com/eb23eb0035a382e48ee92a0fd8287719c8802b9742971a99ae57518ea22dc85e/68747470733a2f2f706f7365722e707567782e6f72672f7468336d6f756b2f636d732d706167652d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/th3mouk/cms-page-bundle) [![License](https://camo.githubusercontent.com/966dbee93d8715e6e5cbc7db74c51478add20a26d18b9de96cf92afe78e49840/68747470733a2f2f706f7365722e707567782e6f72672f7468336d6f756b2f636d732d706167652d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/th3mouk/cms-page-bundle)

This bundle is part of the preconfigured CMS based on Symfony and Sonata : [CMSStarter](https://github.com/Th3Mouk/CMSStarter) | [CMSCoreBundle](https://github.com/Th3Mouk/CMSCoreBundle)

SonataPageBundle
----------------

[](#sonatapagebundle)

The use of this bundle require understanding of the [SonataPageBundle](https://sonata-project.org/bundles/page/master/doc/index.html).

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

[](#installation)

### Composer

[](#composer)

```
composer require th3mouk/cms-page-bundle ^2.0
```

### SonataPageBundle

[](#sonatapagebundle-1)

Install the original [SonataPageBundle](https://sonata-project.org/bundles/page/master/doc/index.html).

### Easy extends

[](#easy-extends)

```
app/console sonata:easy-extends:generate Th3MoukCMSPageBundle
```

### Update Kernel

[](#update-kernel)

```
# app/AppKernel.php
...
new Th3Mouk\CMSPageBundle\Th3MoukCMSPageBundle(),
new Application\Th3Mouk\CMSPageBundle\ApplicationTh3MoukCMSPageBundle(),
...
```

### Configuration

[](#configuration)

Create the following files:

```
# app/config/bundles/override.yml
parameters:
    #Overload PageAdmin
    sonata.page.admin.page.class: Th3Mouk\CMSPageBundle\Admin\PageAdmin
    #Overload PageManager
    sonata.page.manager.page.class: Th3Mouk\CMSPageBundle\Entity\PageManager
    #Overload Transformer otherwise additional attributes will be non-serialized
    sonata.page.transformer.class: Th3Mouk\CMSPageBundle\Entity\Transformer
    #Overload PageAdminController
    sonata.page.admin.page.controller: Th3MoukCMSPageBundle:PageAdmin
```

```
# app/config/sonata/sonata_page.yml
sonata_page:
    class:
        page:     Application\Th3Mouk\CMSPageBundle\Entity\Page
        snapshot: Application\Th3Mouk\CMSPageBundle\Entity\Snapshot
        block:    Application\Th3Mouk\CMSPageBundle\Entity\Block
        site:     Application\Th3Mouk\CMSPageBundle\Entity\Site
```

Include them:

```
# app/config/config.yml
imports:
    # Sonata Page Bundle
    - { resource: sonata/sonata_page.yml }

    # Override Vendors Parameters
    - { resource: bundles/override.yml }
```

Please
------

[](#please)

Feel free to improve all of this work, project or bundles.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

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

Recently: every ~127 days

Total

6

Last Release

3554d ago

Major Versions

1.2.0 → 2.0.02016-08-24

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5006899?v=4)[Jérémy](/maintainers/Th3Mouk)[@Th3Mouk](https://github.com/Th3Mouk)

---

Top Contributors

[![Th3Mouk](https://avatars.githubusercontent.com/u/5006899?v=4)](https://github.com/Th3Mouk "Th3Mouk (34 commits)")

---

Tags

symfonybundlepagecontentcmssonata

### Embed Badge

![Health badge](/badges/th3mouk-cms-page-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/th3mouk-cms-page-bundle/health.svg)](https://phpackages.com/packages/th3mouk-cms-page-bundle)
```

###  Alternatives

[sonata-project/admin-bundle

The missing Symfony Admin Generator

2.1k19.0M299](/packages/sonata-project-admin-bundle)[whitecube/nova-page

Static pages content management for Laravel Nova

23995.2k1](/packages/whitecube-nova-page)[fsi/admin-bundle

FSi Admin Bundle. Admin generator for Symfony.

5849.2k7](/packages/fsi-admin-bundle)[wandi/easyadmin-plus-bundle

Wandi/EasyAdminPlusBundle

3926.1k](/packages/wandi-easyadmin-plus-bundle)

PHPackages © 2026

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