PHPackages                             zoglo/contao-collection-widget - 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. zoglo/contao-collection-widget

ActiveContao-bundle[Utility &amp; Helpers](/categories/utility)

zoglo/contao-collection-widget
==============================

CollectionWidget for Contao Open Source CMS

0.1.0(5mo ago)069MITPHPPHP ^8.1

Since Jan 13Pushed 5mo agoCompare

[ Source](https://github.com/zoglo/contao-collection-widget)[ Packagist](https://packagist.org/packages/zoglo/contao-collection-widget)[ RSS](/packages/zoglo-contao-collection-widget/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (8)Versions (2)Used By (0)

Contao Collection Widget
========================

[](#contao-collection-widget)

 [![github version](https://camo.githubusercontent.com/c7aec1b8a32c1b68bfc1afa42c8978afc74974638150a5d4b02c0e9d17c4a6fe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f7a6f676c6f2f636f6e74616f2d636f6c6c656374696f6e2d776964676574)](https://github.com/zoglo/contao-collection-widget) [![amount of downloads](https://camo.githubusercontent.com/37712defbfbb8c118a267e624adb964e2ec1c765679a647342963f0b1dca3c40/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a6f676c6f2f636f6e74616f2d636f6c6c656374696f6e2d7769646765743f636f6c6f723d663437633030)](https://packagist.org/packages/zoglo/contao-collection-widget) [![minimum php version](https://camo.githubusercontent.com/a8189898c75bc625986544b8cf470113bf99d77017108126871842eb35a65eb6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f7a6f676c6f2f636f6e74616f2d636f6c6c656374696f6e2d7769646765742f7068703f636f6c6f723d343734413841)](https://packagist.org/packages/zoglo/contao-collection-widget)

Description
-----------

[](#description)

This bundle adds a widget that allows adding a collection of widgets. The data can be stored as a serialized array in the database.

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

[](#installation)

### Via composer

[](#via-composer)

```
composer require zoglo/contao-collection-widget

```

Configuration
-------------

[](#configuration)

```
$GLOBALS['TL_DCA']['tl_content']['fields']['headline_test'] = [
    'search'                  => true,
    'inputType'               => 'collection',
    'fields' => [
        'value' => [
            'inputType'       => 'text',
            'eval'            => ['maxlength'=>200, 'basicEntities'=>true]
        ],
        'unit' => [
            'inputType'       => 'select',
            'options'         => ['h1', 'h2', 'h3', 'h4', 'h5', 'h6']
        ],
    ],
    'eval' => ['tl_class'=>'w50 clr'],
    'sql' => [
        'type' => 'string',
        'length' => '255',
        'notnull' => true,
    ],
];
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance70

Regular maintenance activity

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

173d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/22a9adccb8f27d628c43ec6ecc701cbfe5813d02b0439722a952067f6868c521?d=identicon)[zoglo](/maintainers/zoglo)

---

Top Contributors

[![zoglo](https://avatars.githubusercontent.com/u/55794780?v=4)](https://github.com/zoglo "zoglo (2 commits)")

---

Tags

collectioncontaowidget

### Embed Badge

![Health badge](/badges/zoglo-contao-collection-widget/health.svg)

```
[![Health](https://phpackages.com/badges/zoglo-contao-collection-widget/health.svg)](https://phpackages.com/packages/zoglo-contao-collection-widget)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M387](/packages/easycorp-easyadmin-bundle)[metamodels/core

MetaModels core

10156.4k68](/packages/metamodels-core)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3189.0k6](/packages/codefog-contao-news-categories)[shopware/storefront

Storefront for Shopware

684.6M237](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[terminal42/notification_center

Notification Center extension for Contao Open Source CMS

80413.7k101](/packages/terminal42-notification-center)

PHPackages © 2026

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