PHPackages                             evoweb/ew-collapsible-container - 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. evoweb/ew-collapsible-container

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

evoweb/ew-collapsible-container
===============================

Collapsible container

2.3.0(5mo ago)214.1k↓32.6%2GPL-2.0-or-laterShellCI failing

Since Jan 5Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/evoWeb/ew_collapsible_container)[ Packagist](https://packagist.org/packages/evoweb/ew-collapsible-container)[ Docs](https://www.evoweb.de)[ Fund](https://www.paypal.me/garbast)[ GitHub Sponsors](https://github.com/garbast)[ RSS](/packages/evoweb-ew-collapsible-container/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (7)Dependencies (13)Versions (27)Used By (0)

TYPO3 Extending extbase domain models
=====================================

[](#typo3-extending-extbase-domain-models)

[![build](https://github.com/evoWeb/ew_collapsible_container/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/evoWeb/ew_collapsible_container/actions/workflows/ci.yml/badge.svg?branch=develop)[![Latest Stable Version](https://camo.githubusercontent.com/febdd3f9ec949ef09ae0cc98ffa2a5c97601559bb399708e67ee527f0f63f275/68747470733a2f2f706f7365722e707567782e6f72672f65766f7765622f65772d636f6c6c61707369626c652d636f6e7461696e65722f762f737461626c65)](https://packagist.org/packages/evoweb/ew-collapsible-container)[![Monthly Downloads](https://camo.githubusercontent.com/7f865292a7b3bfa0cb0f752af38e43a0e5fca53f39c3eee0a88954ff7e688faa/68747470733a2f2f706f7365722e707567782e6f72672f65766f7765622f65772d636f6c6c61707369626c652d636f6e7461696e65722f642f6d6f6e74686c79)](https://packagist.org/packages/evoweb/ew-collapsible-container)[![Total Downloads](https://camo.githubusercontent.com/1c20a1df54a6e05385d9f14688fa9e9a76004a3164c3b3e7e85677d4a22694cc/68747470733a2f2f706f7365722e707567782e6f72672f65766f7765622f65772d636f6c6c61707369626c652d636f6e7461696e65722f646f776e6c6f616473)](https://packagist.org/packages/evoweb/ew-collapsible-container)

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

[](#installation)

### via Composer

[](#via-composer)

The recommended way to install ew\_collapsible\_container is by using [Composer](https://getcomposer.org):

```
composer require evoweb/ew-collapsible-container

```

### quick introduction

[](#quick-introduction)

Adds ability to collapse a container in backend to get children out of the way.

Add 'collapsed' to column definition when registering ContainerConfiguration to collapse elements initially.

```
$configuration = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(
    \B13\Container\Tca\ContainerConfiguration::class,
    'demo_container',
    $languageFile . 'CType.I.demo_container',
    $languageFile . 'CType.I.demo_container-plus_wiz_description',
    [
        [
            [
                'name' => 'Elements',
                'colPos' => 200,
                'allowed' => ['CType' => 'kwicks_element'],
                'collapsed' => true,
                'minitems' => 1,
                'maxitems' => 5,
            ]
        ]
    ]
);

$configuration->setGroup('ew_fischer');
$configuration->setIcon('content-card-group');

GeneralUtility::makeInstance(Registry::class)->configureContainer($configuration);
```

Add setTemplate to disable ability to collapse for defined container elements.

```
$configuration->setGridTemplate('EXT:container/Resources/Private/Templates/Grid.html');
```

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance81

Actively maintained with recent releases

Popularity30

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.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 ~29 days

Recently: every ~93 days

Total

25

Last Release

156d ago

Major Versions

1.4.4 → 2.0.02024-08-11

1.x-dev → 2.1.02024-11-30

### Community

Maintainers

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

---

Top Contributors

[![garbast](https://avatars.githubusercontent.com/u/5036924?v=4)](https://github.com/garbast "garbast (79 commits)")[![develth](https://avatars.githubusercontent.com/u/3374563?v=4)](https://github.com/develth "develth (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/evoweb-ew-collapsible-container/health.svg)

```
[![Health](https://phpackages.com/badges/evoweb-ew-collapsible-container/health.svg)](https://phpackages.com/packages/evoweb-ew-collapsible-container)
```

###  Alternatives

[fluidtypo3/flux

The flux package from FluidTYPO3

152982.2k20](/packages/fluidtypo3-flux)[friendsoftypo3/content-blocks

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

96374.6k23](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

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

39488.5k](/packages/wazum-sluggi)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1481.0k](/packages/eliashaeussler-typo3-form-consent)[t3kit/t3kit

t3kit project. A TYPO3 website starterkit.

5624.3k](/packages/t3kit-t3kit)[b13/assetcollector

Add CSS and SVG files and strings as inline style tag/inline svg to the html code.

10118.4k](/packages/b13-assetcollector)

PHPackages © 2026

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