PHPackages                             fanor51/headless-container-support - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fanor51/headless-container-support

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

fanor51/headless-container-support
==================================

Extension that adds container support for TYPO3 Headless extension

3.2.0(1y ago)1149.9k↑11.5%6GPL-3.0-or-laterPHPPHP ^8.0

Since Jul 20Pushed 1y ago6 watchersCompare

[ Source](https://github.com/TYPO3-Headless/headless-container-support)[ Packagist](https://packagist.org/packages/fanor51/headless-container-support)[ RSS](/packages/fanor51-headless-container-support/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (5)Versions (20)Used By (0)

Headless Container Support (For TYPO3 v11/v12/v13)
==================================================

[](#headless-container-support-for-typo3-v11v12v13)

Install
-------

[](#install)

Install as any other extension:

- *Composer*: `composer require fanor51/headless-container-support`

TYPO3 Versionv11v12v13This Version2.\*3.\*^3.2Use
---

[](#use)

Take a look into `Example/TypoScript/Container/50_wrapper.typoscript` there is an example on how to configure the container. The special thing here is that we add a "new" data processor to the config. the processor is mainly the one from the container extension. Something was added only at the end

After this you need to overwrite the standard `lib.content` object with a where clause to exclude the "special" colPos´s from the container extension.

```
# PRELOAD EXTENSIONS SETTINGS
@import 'EXT:headless/Configuration/TypoScript/'

# Overwrite the default lib.content from the headless extension with added colPos where in YOUR Config Extension
# Add the colPos IDS from your Container Configuration to the where
lib.content = CONTENT_JSON
lib.content {
  table = tt_content
  select {
    orderBy = sorting
    where = colPos NOT IN (201,202,203)
  }
}

```

In this example we use the colPoses 201,202 and 203 for container contents which where setted in the container config under `Configuration/TCA/Overrides/tt_content.php`. An example for this you can find here: `Example/TCA/Overrides/tt_content.php`

In the end it should look like this:

[![image description](Docs/Assets/img.png)](Docs/Assets/img.png)

A complete json example is under: `Docs/Json/Example.json`

Customize
---------

[](#customize)

You can customize the names from the equivalent of the colPos in the TYPOSCRIPT like you need or want it.

[![image description](Docs/Assets/img_2.png)](Docs/Assets/img_2.png)

Credits
-------

[](#credits)

The development of the extension was supported by the TYPO3 agency [brandung GmbH](https://www.agentur-brandung.de/).

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance42

Moderate activity, may be stable

Popularity39

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

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

Recently: every ~178 days

Total

14

Last Release

472d ago

Major Versions

1.2.0 → 2.0.02023-04-04

2.1.0 → 3.0.02023-06-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/89605d163d05f3c224b9cf2e18bc35bc8244c7e43b0454dc918c0dff54ec9f02?d=identicon)[Fanor51](/maintainers/Fanor51)

---

Top Contributors

[![Fanor51](https://avatars.githubusercontent.com/u/10448557?v=4)](https://github.com/Fanor51 "Fanor51 (43 commits)")[![brandung-gs](https://avatars.githubusercontent.com/u/97840058?v=4)](https://github.com/brandung-gs "brandung-gs (1 commits)")[![davidlemaitre](https://avatars.githubusercontent.com/u/156752?v=4)](https://github.com/davidlemaitre "davidlemaitre (1 commits)")[![KrohnMi](https://avatars.githubusercontent.com/u/46626775?v=4)](https://github.com/KrohnMi "KrohnMi (1 commits)")[![twoldanski](https://avatars.githubusercontent.com/u/66474451?v=4)](https://github.com/twoldanski "twoldanski (1 commits)")

---

Tags

containergridheadlessphptypo3typo3-extension

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/fanor51-headless-container-support/health.svg)

```
[![Health](https://phpackages.com/badges/fanor51-headless-container-support/health.svg)](https://phpackages.com/packages/fanor51-headless-container-support)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[t3sbs/t3sbootstrap

Startup extension to use bootstrap 5 classes, components and more out of the box. Example and info: \[www.t3sbootstrap.de\](https://www.t3sbootstrap.de)

2416.4k](/packages/t3sbs-t3sbootstrap)[wazum/sluggi

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

40529.5k](/packages/wazum-sluggi)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.4M80](/packages/typo3-cms-redirects)[typo3/cms-form

TYPO3 CMS Form - Flexible TYPO3 frontend form framework that comes with a backend editor interface.

147.6M266](/packages/typo3-cms-form)[derhansen/sf_event_mgt

Event management and registration - Configurable event management and registration extension based on ExtBase and Fluid

66338.4k10](/packages/derhansen-sf-event-mgt)

PHPackages © 2026

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