PHPackages                             mfc/symfony-fluid-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. mfc/symfony-fluid-bundle

ActiveSymfony-bundle

mfc/symfony-fluid-bundle
========================

Fluid integration for Symfony

0112PHP

Since Feb 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/tehplague/symfony-fluid-bundle)[ Packagist](https://packagist.org/packages/mfc/symfony-fluid-bundle)[ RSS](/packages/mfc-symfony-fluid-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

FluidBundle
===========

[](#fluidbundle)

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

[](#installation)

1. install package

```
composer require fluid-adapter/symfony-fluid-bundle

```

2. activate bundle

Add `new FluidAdapter\SymfonyFluidBundle\FluidBundle()` to the Bundles in the `app\AppKernel.php`

3. add fluid template engine

Add `fluid` to the `framework.templating.engines` array in `app/config/config.yml`

Rendering Fluid Templates
-------------------------

[](#rendering-fluid-templates)

You can simply use the built-in render method in the controller to render a fluid template like this:

```
  return $this->render('Default/Index.html', [
    'foo' => 'bar'
  ]);

```

Template Paths
--------------

[](#template-paths)

Templates are loaded from `app/Resources/views/Templates/`, `app/Resources/views/Layouts/` and `app/Resources/views/Partials/`

render argumenttemplate pathAppBundle:Blog:IndexAppBundle/Resources/views/Templates/Blog/Index.htmlDefault/Index.htmlapp/Resources/views/Templates/Default/Index.html

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/82a4f3fa125541cd587bbf5db91e51a64d89d36f9c1ca07fcfba271a5661a730?d=identicon)[cspoo](/maintainers/cspoo)

![](https://www.gravatar.com/avatar/87b1b7c39971f6b5f1f2409e42be628c67be353adf28b5ace23446928fab975a?d=identicon)[mfc](/maintainers/mfc)

---

Top Contributors

[![tehplague](https://avatars.githubusercontent.com/u/1062568?v=4)](https://github.com/tehplague "tehplague (7 commits)")

### Embed Badge

![Health badge](/badges/mfc-symfony-fluid-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mfc-symfony-fluid-bundle/health.svg)](https://phpackages.com/packages/mfc-symfony-fluid-bundle)
```

PHPackages © 2026

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