PHPackages                             runroom-packages/render-event-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. [Templating &amp; Views](/categories/templating)
4. /
5. runroom-packages/render-event-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

runroom-packages/render-event-bundle
====================================

Add a render event before rendering templates

0.21.0(9mo ago)282.5k↑111.1%2MITPHPPHP ^8.1CI passing

Since Mar 16Pushed 9mo ago4 watchersCompare

[ Source](https://github.com/Runroom/RunroomRenderEventBundle)[ Packagist](https://packagist.org/packages/runroom-packages/render-event-bundle)[ Docs](https://github.com/runroom/RunroomRenderEventBundle)[ RSS](/packages/runroom-packages-render-event-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (15)Versions (60)Used By (2)

RunroomRenderEventBundle
========================

[](#runroomrendereventbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/36256bc1cd9964d0ba11313dcc1c1c95641983da51f7d1960055bda62da7d515/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f72656e6465722d6576656e742d62756e646c652f762f737461626c65)](https://packagist.org/packages/runroom-packages/render-event-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/9f913c64dd67f48ad3b00758426992b6c8c627cb7e4e705988b5aadfb83841d6/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f72656e6465722d6576656e742d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/runroom-packages/render-event-bundle)[![License](https://camo.githubusercontent.com/b49cc1098c30a5948f1311893f1a747f2a996b908e46d0d32cbeb1b63eaeb7f7/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f72656e6465722d6576656e742d62756e646c652f6c6963656e7365)](https://packagist.org/packages/runroom-packages/render-event-bundle)

[![Total Downloads](https://camo.githubusercontent.com/bd3f0b1662d4d4bffc56865b0e8071bccb9667d6c8aa11f3244fcc4f4857dc9c/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f72656e6465722d6576656e742d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/runroom-packages/render-event-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/1e1277a472436dc199b230ccba2084463bf6ba5f684d56f39450c0ba6b72ddc8/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f72656e6465722d6576656e742d62756e646c652f642f6d6f6e74686c79)](https://packagist.org/packages/runroom-packages/render-event-bundle)[![Daily Downloads](https://camo.githubusercontent.com/b2ea5d70160f0cd742ab88e98bb1b1b0e6e5b61cff1ca6fe8e859f50f0a83ff5/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f72656e6465722d6576656e742d62756e646c652f642f6461696c79)](https://packagist.org/packages/runroom-packages/render-event-bundle)

This bundle wraps the twig render to allow modifications of the parameters passed to it using the event dispatcher.

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

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require runroom-packages/render-event-bundle
```

### Enable the Bundle

[](#enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Runroom\RenderEventBundle\RunroomRenderEventBundle::class => ['all' => true],
];
```

Contribute
----------

[](#contribute)

The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on [runroom/runroom-packages](https://github.com/Runroom/runroom-packages).

License
-------

[](#license)

This bundle is under the [MIT license](LICENSE).

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance58

Moderate activity, may be stable

Popularity32

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 51.1% 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 ~35 days

Recently: every ~112 days

Total

59

Last Release

274d ago

PHP version history (4 changes)0.1.0PHP ^7.3

0.9.1PHP ^7.3 || ^8.0

v0.10.0PHP ^7.4 || ^8.0

0.17.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/33302a19f0ac61f85039144cddb66a44136f96aa64a72e4d3167c6d8f15b59ac?d=identicon)[jordism91](/maintainers/jordism91)

---

Top Contributors

[![jordisala1991](https://avatars.githubusercontent.com/u/1137485?v=4)](https://github.com/jordisala1991 "jordisala1991 (45 commits)")[![jenkins-runroom](https://avatars.githubusercontent.com/u/62430145?v=4)](https://github.com/jenkins-runroom "jenkins-runroom (43 commits)")

---

Tags

event-dispatcherphpsymfonysymfony-bundletwigeventsymfonytwigrender

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/runroom-packages-render-event-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/runroom-packages-render-event-bundle/health.svg)](https://phpackages.com/packages/runroom-packages-render-event-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M572](/packages/shopware-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)

PHPackages © 2026

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