PHPackages                             whatson-web/cms-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. [Framework](/categories/framework)
4. /
5. whatson-web/cms-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

whatson-web/cms-bundle
======================

Symfony - Whatson Web - CmsBundle

05181PHP

Since Oct 2Pushed 8y ago2 watchersCompare

[ Source](https://github.com/whatson-web/CmsBundle)[ Packagist](https://packagist.org/packages/whatson-web/cms-bundle)[ RSS](/packages/whatson-web-cms-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Installation
============

[](#installation)

`composer require whatson-web/cms-bundle dev-master`

`app/console wh:install:bundle cms`

Ajouter les routes
------------------

[](#ajouter-les-routes)

```
bk_cms:
    resource: "@CmsBundle/Controller/Backend/"
    type:     annotation
```

Base configuration
------------------

[](#base-configuration)

```
wh_cms:
    templates:
        home:
            name: 'Accueil'
            frontView: 'CmsBundle:FrontEnd/Page:home.html.twig'
        page:
            name: 'Page normale'
```

Base configuration SEO
----------------------

[](#base-configuration-seo)

```
wh_seo:
    entities:
        CmsBundle\Entity\Page:
            urlFields:
                - {type: 'tree', entity: 'CmsBundle\Entity\Page', field: 'parent'}
                - {type: 'field', field: 'slug', suffix: '/'}
            defaultMetasFields:
                title: 'name'
                description: 'resume'
```

Ajouter l'onglet dans le menu admin
-----------------------------------

[](#ajouter-longlet-dans-le-menu-admin)

Ajouter le code suivant dans le fichier : `src/BackendBundle/Menu/Menu.php`

```
$menu->addChild(
	'pages',
	array(
		'label'  => $this->getLabel('sitemap', 'Pages'),
		'route'  => 'bk_cms_page_index',
		'extras' => array(
			'safe_label' => true,
		),
	)
);

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.2% 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://avatars.githubusercontent.com/u/23632442?v=4)[whatson-dev](/maintainers/whatson-dev)[@whatson-dev](https://github.com/whatson-dev)

---

Top Contributors

[![jfwhatsonweb](https://avatars.githubusercontent.com/u/17270169?v=4)](https://github.com/jfwhatsonweb "jfwhatsonweb (32 commits)")[![whatson-dev](https://avatars.githubusercontent.com/u/23632442?v=4)](https://github.com/whatson-dev "whatson-dev (5 commits)")[![JustineDelebarre](https://avatars.githubusercontent.com/u/17475057?v=4)](https://github.com/JustineDelebarre "JustineDelebarre (1 commits)")

### Embed Badge

![Health badge](/badges/whatson-web-cms-bundle/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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