PHPackages                             oneup/contao-custom-collection-bundle - 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. oneup/contao-custom-collection-bundle

AbandonedArchivedContao-bundle

oneup/contao-custom-collection-bundle
=====================================

0.1.2(8y ago)2107MITPHPPHP &gt;=5.5

Since Aug 28Pushed 8y ago3 watchersCompare

[ Source](https://github.com/1up-lab/ContaoCustomCollectionBundle)[ Packagist](https://packagist.org/packages/oneup/contao-custom-collection-bundle)[ Docs](http://1up.io)[ RSS](/packages/oneup-contao-custom-collection-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Contao Custom Collection
========================

[](#contao-custom-collection)

Use
---

[](#use)

1. Extend the `tl_custom_collection.php` table by adding a custom subpalette for each collection. The name must correspond to `type_`, whereas collection\_archive is the name of your collection archive in snake case. E.g. for an archive called "Example Collection": ```
    $GLOBALS['TL_DCA']['tl_custom_collection']['subpalettes']['type_example_collection'] = ';{image_legend},addImage;{text_legend},text;';
    ```

    You can thereby chose from numerous predefined fields, or, add your custom fields to the `fields` array, e.g.: ```
    $GLOBALS['TL_DCA']['tl_custom_collection']['fields']['exampleTextField'] = [
      'label'                   => &$GLOBALS['TL_LANG']['tl_custom_collection']['exampleTextField'],
      'exclude'                 => true,
      'search'                  => true,
      'sorting'                 => true,
      'inputType'               => 'text',
      'eval'                    => array('mandatory'=>false, 'maxlength'=>255),
      'sql'                     => "varchar(255) NOT NULL default ''"
    ];
    ```
2. After install and DB update, create a custom collection archive in the Contao Backend and start adding items to your collection.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~0 days

Total

2

Last Release

3176d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/851cd6cc31c9f924bd4d61793ea7a68e24304632ccf03babf0acab6118f70758?d=identicon)[sheeep](/maintainers/sheeep)

---

Top Contributors

[![RenoMeyer](https://avatars.githubusercontent.com/u/11161503?v=4)](https://github.com/RenoMeyer "RenoMeyer (11 commits)")[![sheeep](https://avatars.githubusercontent.com/u/607530?v=4)](https://github.com/sheeep "sheeep (1 commits)")

### Embed Badge

![Health badge](/badges/oneup-contao-custom-collection-bundle/health.svg)

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

###  Alternatives

[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[madeyourday/contao-rocksolid-custom-elements

Create your own, nestable content elements using a modular system. End the WYSIWYG chaos with your own content elements.

50341.9k12](/packages/madeyourday-contao-rocksolid-custom-elements)[contao/manager-bundle

Provides the Contao Managed Edition

181.3M61](/packages/contao-manager-bundle)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3183.3k6](/packages/codefog-contao-news-categories)[terminal42/contao-node

Node bundle for Contao Open Source CMS

3172.5k4](/packages/terminal42-contao-node)[terminal42/contao-folderpage

Provides a new page type for Contao that allows you to group pages into folders.

18147.9k9](/packages/terminal42-contao-folderpage)

PHPackages © 2026

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