PHPackages                             chrisjohnson00/controller-callback-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. chrisjohnson00/controller-callback-bundle

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

chrisjohnson00/controller-callback-bundle
=========================================

A Symfony 2 bundle to add controller pre/post calls via route configuration

022PHP

Since Sep 14Pushed 11y ago1 watchersCompare

[ Source](https://github.com/chrisjohnson00/ControllerCallbackBundle)[ Packagist](https://packagist.org/packages/chrisjohnson00/controller-callback-bundle)[ RSS](/packages/chrisjohnson00-controller-callback-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

ControllerCallbackBundle
========================

[](#controllercallbackbundle)

A Symfony 2 bundle which adds the ability to configure a controller function call before or after the action is called

Continuous Integration
----------------------

[](#continuous-integration)

[![Build Status](https://camo.githubusercontent.com/d6813b0307d521f81e8c2b9755810df6a054e0dcf1601b6bf6665ce3ccdb493f/68747470733a2f2f7472617669732d63692e6f72672f63687269736a6f686e736f6e30302f436f6e74726f6c6c657243616c6c6261636b42756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/chrisjohnson00/ControllerCallbackBundle) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/31b767ef126535a7573f632808d370e4fc76d56b4f9826ca727e0d098658a803/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f63687269736a6f686e736f6e30302f436f6e74726f6c6c657243616c6c6261636b42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d38646263616131626166373037646164373165633262353134616462373264323731376464326266)](https://scrutinizer-ci.com/g/chrisjohnson00/ControllerCallbackBundle/) [![Code Coverage](https://camo.githubusercontent.com/5650981272c7c0726f2b6598426ee2b8270a8fa3d1aee39c57655e17d47dfb71/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f63687269736a6f686e736f6e30302f436f6e74726f6c6c657243616c6c6261636b42756e646c652f6261646765732f636f7665726167652e706e673f733d35353566343264393838356632326237366662313730373738383032393137636466653632666363)](https://scrutinizer-ci.com/g/chrisjohnson00/ControllerCallbackBundle/)

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

[](#installation)

### Installation by Composer

[](#installation-by-composer)

Add ControllerCallbackBundle bundle as a dependency to the composer.json of your application

```
"require": {
    ...
    "chrisjohnson00/controller-callback-bundle": "dev-master"
    ...
},

```

Or on the command line with `composer require chrisjohnson00/controller-callback-bundle`

Add ControllerCallbackBundle to your application kernel.
--------------------------------------------------------

[](#add-controllercallbackbundle-to-your-application-kernel)

```
// app/AppKernel.php
