PHPackages                             whatson-web/blog-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/blog-bundle

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

whatson-web/blog-bundle
=======================

Symfony - Whatson Web - BlogBundle

0282PHP

Since Aug 3Pushed 8y ago2 watchersCompare

[ Source](https://github.com/whatson-web/BlogBundle)[ Packagist](https://packagist.org/packages/whatson-web/blog-bundle)[ RSS](/packages/whatson-web-blog-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#installation)

Composer
--------

[](#composer)

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

`app/console wh:install:bundle blog`

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

[](#ajouter-les-routes)

```
bk_blog:
    resource: "@BlogBundle/Controller/Backend/"
    type:     annotation
```

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

[](#base-configuration-seo)

```
wh_seo:
    entities:
        BlogBundle\Entity\Post:
            urlFields:
                - {type: 'field', field: 'page.url.url'}
                - {type: 'field', field: 'slug'}
            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(
	'posts',
	array(
		'label'  => $this->getLabel('globe', 'Actualités'),
		'route'  => 'bk_blog_post_index',
		'extras' => array(
			'safe_label' => true,
		),
	)
);

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.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.

### 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 (3 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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