PHPackages                             fluid-adapter/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. [Templating &amp; Views](/categories/templating)
4. /
5. fluid-adapter/symfony-fluid-bundle

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

fluid-adapter/symfony-fluid-bundle
==================================

Fluid integration for Symfony

1.0.0(9y ago)53341MITPHPPHP &gt;=5.6

Since Feb 10Pushed 7y ago3 watchersCompare

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

READMEChangelog (1)Dependencies (8)Versions (3)Used By (1)

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

[](#fluidbundle)

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

[](#installation)

1. install package

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

```

2. activate bundle

Add `FluidAdapter\SymfonyFluidBundle\FluidBundle::class => ['all' => true]` to the Bundles-Array in the `config\bundles.php`

3. add fluid template engine

Add `fluid` to the `framework.templating.engines` array in `config/packages/framework.yaml`

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 `src/Resources/views/Templates/`, `src/Resources/views/Layouts/` and `src/Resources/views/Partials/`

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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

Unknown

Total

1

Last Release

3295d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dab78333e868497b7a31d4f16d8268ab3c9595a8c55a6df17c6620026588b062?d=identicon)[mneuhaus](/maintainers/mneuhaus)

---

Top Contributors

[![tehplague](https://avatars.githubusercontent.com/u/1062568?v=4)](https://github.com/tehplague "tehplague (9 commits)")[![mj-jackson](https://avatars.githubusercontent.com/u/41262413?v=4)](https://github.com/mj-jackson "mj-jackson (3 commits)")

---

Tags

symfonytemplatingfluid

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[a2lix/auto-form-bundle

Automate form building

873.8M11](/packages/a2lix-auto-form-bundle)

PHPackages © 2026

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