PHPackages                             philip-hartmann/typo3fluid-api - 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. philip-hartmann/typo3fluid-api

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

philip-hartmann/typo3fluid-api
==============================

API to render TYPO3 Fluid templates or partials.

0.2.2(2y ago)61472GPL-2.0-or-laterPHP

Since Oct 3Pushed 2y ago3 watchersCompare

[ Source](https://github.com/philip-hartmann/typo3fluid-api)[ Packagist](https://packagist.org/packages/philip-hartmann/typo3fluid-api)[ Docs](https://github.com/philip-hartmann/typo3fluid-api)[ RSS](/packages/philip-hartmann-typo3fluid-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

TYPO3 Fluid API
===============

[](#typo3-fluid-api)

TYPO3 extension that adds an API to render TYPO3 Fluid templates and partials through HTTP/HTTPS requests.

Requirements
------------

[](#requirements)

The extension only works with an installed and configured TYPO3 instance.

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

[](#installation)

Install the extension with composer

```
composer req philip-hartmann/typo3fluid-api

```

Once installed edit the extension settings to enhance security.

Usage
-----

[](#usage)

The API accepts JSON requests and returns the response as JSON as well. The API endpoint can be configured in the extension settings and is available by default under `/api/typo3fluid` of your TYPO3 installation.

### Request

[](#request)

```
{
    "extension": "",
    "template": "",
    "partial": "",
    "section": "",
    "arguments": [],
    "password": ""
}
```

fielddescription`extension`snake case formatted extension name`template`relative template path name within a template root path, e.g. `Pages/Default``partial`relative partial path name within a partial root path, e.g. `Atomics/Button``section`(optional) partial section name`arguments`(optional) arguments that will be made available for the template or partial`password`password which is set in the extension settingsEither use `template` or `partial`.

### Response

[](#response)

```
{
    "data": "",
    "error": ""
}
```

fielddescription`data`rendered fluid template html code`error`error message if available

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

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.

###  Release Activity

Cadence

Every ~177 days

Total

4

Last Release

785d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8deabebae4466916dd7abaedb6cd47b5ce7cae495eca7b9697c156c6dd90364d?d=identicon)[philip-hartmann](/maintainers/philip-hartmann)

---

Top Contributors

[![philip-hartmann](https://avatars.githubusercontent.com/u/61052948?v=4)](https://github.com/philip-hartmann "philip-hartmann (12 commits)")

---

Tags

extensiontypo3

### Embed Badge

![Health badge](/badges/philip-hartmann-typo3fluid-api/health.svg)

```
[![Health](https://phpackages.com/badges/philip-hartmann-typo3fluid-api/health.svg)](https://phpackages.com/packages/philip-hartmann-typo3fluid-api)
```

###  Alternatives

[dirkpersky/typo3-rte-ckeditor-fontawesome

Adds the Fontawesome add-on to the CKEditor in TYPO3.

16147.9k](/packages/dirkpersky-typo3-rte-ckeditor-fontawesome)[sitegeist/fluid-styleguide

Living styleguide for Fluid Components

16227.4k1](/packages/sitegeist-fluid-styleguide)[templavoilaplus/templavoilaplus

Building kit for custom pages and content elements with individual fields, containers and backend layouts. Supporting drag'n'drop and multiple references.

2637.6k13](/packages/templavoilaplus-templavoilaplus)

PHPackages © 2026

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