PHPackages                             zenstruck/controller-util-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. zenstruck/controller-util-bundle

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

zenstruck/controller-util-bundle
================================

Symfony2 Bundle for zenstruck/controller-util

v0.4.0(10y ago)1224MITPHP

Since Mar 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/kbond/ZenstruckControllerUtilBundle)[ Packagist](https://packagist.org/packages/zenstruck/controller-util-bundle)[ Docs](http://zenstruck.com/projects/ZenstruckControllerUtilBundle)[ RSS](/packages/zenstruck-controller-util-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

ZenstruckControllerUtilBundle
=============================

[](#zenstruckcontrollerutilbundle)

[![Build Status](https://camo.githubusercontent.com/bd07d2e55f006f4b826602e09c8ff85e8934fde5cc1364516a42edbac03af648/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f6b626f6e642f5a656e73747275636b436f6e74726f6c6c65725574696c42756e646c652e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/kbond/ZenstruckControllerUtilBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0acfef079475f9679544226e6829bae83cb0a3dfbe43ee7373e1f4940848a11d/687474703a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6b626f6e642f5a656e73747275636b436f6e74726f6c6c65725574696c42756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/kbond/ZenstruckControllerUtilBundle/)[![Code Coverage](https://camo.githubusercontent.com/c1cb8052bc273c585e0eb7850dba7d6376e12fad7aa3e5c093d817ee28314ea5/687474703a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6b626f6e642f5a656e73747275636b436f6e74726f6c6c65725574696c42756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/kbond/ZenstruckControllerUtilBundle/)[![SensioLabs Insight](https://camo.githubusercontent.com/9486b4a2fa69fdf07195e62f92ed03e5994e94fbfa6d6ced0b20fcefd5b233d5/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f30323661376332632d343565312d346164662d623836642d3261633865356565656635612e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/026a7c2c-45e1-4adf-b86d-2ac8e5eeef5a)[![StyleCI](https://camo.githubusercontent.com/1295e64690693ecc43214e60943c3432d24b697b43b673ee294cace1ef226807/68747470733a2f2f7374796c6563692e696f2f7265706f732f31383031313039302f736869656c64)](https://styleci.io/repos/18011090)[![Latest Stable Version](https://camo.githubusercontent.com/e45e882398a0e96044569fd59503aa66a6e579dee665c4ce57a4ff3a3e4111ce/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a656e73747275636b2f636f6e74726f6c6c65722d7574696c2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zenstruck/controller-util-bundle)[![License](https://camo.githubusercontent.com/0b9a5fb2a990187dd8b3a076a2c81898ca6a2c468426d38982e1b09f86fac2bd/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7a656e73747275636b2f636f6e74726f6c6c65722d7574696c2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zenstruck/controller-util-bundle)

This bundle integrates the [zenstruck/controller-util](https://github.com/kbond/ControllerUtil) library into your Symfony2 project. **For usage, see its documentation.**

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

[](#installation)

Require this bundle with composer:

```
composer require zenstruck/controller-util-bundle

```

Then enable it in your kernel:

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        //...
        new Zenstruck\ControllerUtilBundle\ZenstruckControllerUtilBundle(),
        //...
    );
}
```

Full Default Configuration
--------------------------

[](#full-default-configuration)

```
zenstruck_controller_util:

    # When true, only enabled if JMSSerializerBundle is registered.
    serializer_listener:  true
    forward_listener:     true
    redirect_listener:    true
    templating_view_listener:  true
    no_content_view_listener:
        enabled:              true

        # When true, controllers can return just null, otherwise an empty view is required.
        allow_null:           true
    has_flashes_listener:  true
    param_converter_listener:
        enabled:              true
        session:              true
        flash_bag:            true

        # When true, only enabled if security is enabled.
        security_context:     true

        # When true, only enabled if forms are enabled.
        form_factory:         true
    exception_map:

        # Prototype
        exception_class:      ~
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Total

4

Last Release

3967d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/707369cc916e0ea1aacbf077dcba464f611cef879f024d8944311a54a15224b3?d=identicon)[kbond](/maintainers/kbond)

---

Top Contributors

[![kbond](https://avatars.githubusercontent.com/u/127811?v=4)](https://github.com/kbond "kbond (32 commits)")

---

Tags

bundleSymfony2controller

### Embed Badge

![Health badge](/badges/zenstruck-controller-util-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/zenstruck-controller-util-bundle/health.svg)](https://phpackages.com/packages/zenstruck-controller-util-bundle)
```

###  Alternatives

[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[mmoreram/controller-extra-bundle

Some specific controller annotations

151217.3k5](/packages/mmoreram-controller-extra-bundle)[orbitale/cms-bundle

A simple lightweight CMS bundle for Symfony

6343.2k](/packages/orbitale-cms-bundle)[mmoreram/base-bundle

Base Bundle for all standard Symfony Bundles

29109.2k21](/packages/mmoreram-base-bundle)

PHPackages © 2026

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