PHPackages                             sethorax/typo3-fluidloader - 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. sethorax/typo3-fluidloader

ActiveTypo3-cms-extension[Templating &amp; Views](/categories/templating)

sethorax/typo3-fluidloader
==========================

Automatic fluid template loader for TYPO3 CMS

1.0.0(9y ago)0123GPL-3.0+PHP

Since Apr 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/chfoidl/typo3-fluidloader)[ Packagist](https://packagist.org/packages/sethorax/typo3-fluidloader)[ RSS](/packages/sethorax-typo3-fluidloader/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

TYPO3 Extension `fluidloader`
=============================

[](#typo3-extension-fluidloader)

[![Build Status](https://camo.githubusercontent.com/09cce7725a83b93746f1c8aabd1bb1d0674df1f1f0c25b1a2c98effc3c491c72/68747470733a2f2f7472617669732d63692e6f72672f536574686f7261782f7479706f332d666c7569646c6f616465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Sethorax/typo3-fluidloader)[![StyleCI](https://camo.githubusercontent.com/e97b73a9172fe599f99dcc0af32824bcd1eb13e275bb1334a765cbc276f71423/68747470733a2f2f7374796c6563692e696f2f7265706f732f38393532303339372f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/89520397)[![Latest Stable Version](https://camo.githubusercontent.com/f561f18ae284b03b8bab77c1de551a91c656a8eee2f6760a5cc83880163f4b48/68747470733a2f2f706f7365722e707567782e6f72672f736574686f7261782f7479706f332d666c7569646c6f616465722f762f737461626c65)](https://packagist.org/packages/sethorax/typo3-fluidloader)[![License](https://camo.githubusercontent.com/f20d8c3f17c27c0b1590869c628c8fdc6b3e8a3f7eab10819fc4546f27c37c2e/68747470733a2f2f706f7365722e707567782e6f72672f736574686f7261782f7479706f332d666c7569646c6f616465722f6c6963656e7365)](https://packagist.org/packages/sethorax/typo3-fluidloader)

> This extension automatically loads HTML fluid template files from a directory.

### Features

[](#features)

- Automatically loads HTML template files from a directory as soon as they are added
- Available templates can be assigned to a page in the page settings
- Backend layout can directly in the template

This extension makes it very easy to work with different fluid templates for TYPO3 pages.

### Usage

[](#usage)

#### Installation

[](#installation)

Installation using Composer

It is recommended to install this extension via composer.
To install it just do `composer require sethorax/typo3-fluidloader`

This extension can also be installed traditionally via the TYPO3 Extension Repository (TER).

#### Setup

[](#setup)

1. Include the static TypoScript template of the extension.
2. Set your template, partial and layout root paths in the extension settings.
3. Start adding some HTML fluid templates to the template root path as you wold normally do.
4. Once a template is added, you can select this template in the page settings. Please note that the template must contain a special fluid section for the configuration options.

#### Fluid Template

[](#fluid-template)

##### Configuration Section

[](#configuration-section)

All templates must contain a special fluid section with the template configuration in XML format.

Example configuration:

```

            My awesome template

                Full width

                50% Width Left
                50% Width Right

                Some more content

```

The template configuration is located within the "configuration" fluid section.
The configuration is in XML format.

The configuration has one root element `configuration`. Within that element you can specify `general` configuration and the `backendLayout`.
Within `general` you can set the name of the template. This name will be used as the display value of the select field in the page settings.

Whitin `backendLayout` you can configure the backend layout of this template. The example above should be self explanatory. The content of the `column` elements is the label for that section.

Please note that the content of `` must be valid XML!

##### Rest of the template

[](#rest-of-the-template)

The rest of the template is just standard fluid. You can specify as many sections as you like and of course set the layout of the template.

It is recommended to use the **FluidTYPO3 VHS** extension to easily render the columns.

The configuration of the current page can be accessed via the `page` fluid variable.

### Sidenotes

[](#sidenotes)

The creation of this extension was heavily inspired by FluidTYPO3's [fluidpages](https://github.com/FluidTYPO3/fluidpages) extension.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Total

2

Last Release

3310d ago

Major Versions

0.9.0 → 1.0.02017-06-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/4666e31b2b5affda25175084f83fb14aa226826e6b06c22094ae79e48c822568?d=identicon)[chfoidl](/maintainers/chfoidl)

---

Tags

composerfluid-templatesfrontendphptypo3typo3-extensioncmstypo3fluid

### Embed Badge

![Health badge](/badges/sethorax-typo3-fluidloader/health.svg)

```
[![Health](https://phpackages.com/badges/sethorax-typo3-fluidloader/health.svg)](https://phpackages.com/packages/sethorax-typo3-fluidloader)
```

###  Alternatives

[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.2M59](/packages/fluidtypo3-vhs)[sitegeist/fluid-components

Encapsulated frontend components with Fluid's ViewHelper syntax

55354.1k3](/packages/sitegeist-fluid-components)[sitegeist/fluid-styleguide

Living styleguide for Fluid Components

16237.2k1](/packages/sitegeist-fluid-styleguide)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

41515.2k](/packages/wazum-sluggi)[helhum/typoscript-rendering

Can render a TypoScript path by URL, especially useful for Ajax dispatching

67660.4k12](/packages/helhum-typoscript-rendering)[andersundsehr/storybook

The one and only Storybook Renderer for TYPO3 Fluid Components

202.9k](/packages/andersundsehr-storybook)

PHPackages © 2026

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