PHPackages                             techdivision/card-decks - 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. techdivision/card-decks

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

techdivision/card-decks
=======================

Card-Deck NodeTypes for Neos CMS - Groups of cards, either manually added or automatically displayed, like child nodes, selected nodes or NodeTypes.

v2.0.0(2y ago)01.5k1GPL-3.0-or-laterSCSS

Since Oct 4Pushed 2y ago16 watchersCompare

[ Source](https://github.com/techdivision/card-decks)[ Packagist](https://packagist.org/packages/techdivision/card-decks)[ RSS](/packages/techdivision-card-decks/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (1)Versions (8)Used By (1)

Welcome to the Card family!
===========================

[](#welcome-to-the-card-family)

[![](https://github.com/techdivision/card-documentation-assets/raw/master/assets/Logo.png)](https://github.com/techdivision/card-documentation-assets/raw/master/assets/Logo.png)

Available Card Packages
[Card - the basics](https://github.com/techdivision/card)
[Card decks - aggregate cards beautifully](https://github.com/techdivision/card-decks)
[Card shuffle - deck filtering](https://github.com/techdivision/card-shuffle)
[Bootstrap 4 styling for cards](https://github.com/techdivision/card-bootstrap4)
[Materialize styling for cards](https://github.com/techdivision/card-materialize)

TechDivision.Card.Decks - Organize your cards!
==============================================

[](#techdivisioncarddecks---organize-your-cards)

> Use this package if you
>
> - want cards and decks
> - know how to apply css classes and styling on your own

TechDivision.Card.Decks raises the reusability and offers various options to organize your cards

For editors
-----------

[](#for-editors)

This package brings three document decks (automatic) and one content card deck (manual) who allows you to aggregate cards beautifully. Some minimal styling is added, so that you can use it out of the box.

#### Deck with content cards (manual)

[](#deck-with-content-cards-manual)

Insert document or content cards to create your own individual deck [![SelectedNodes](https://github.com/techdivision/card-documentation-assets/raw/master/assets/card-decks/ContentCards.gif)](https://github.com/techdivision/card-documentation-assets/raw/master/assets/card-decks/ContentCards.gif)

#### Deck with child nodes (automatic)

[](#deck-with-child-nodes-automatic)

Select a parent node and the deck will render its direct child documents. [![SelectedNodes](https://github.com/techdivision/card-documentation-assets/raw/master/assets/card-decks/ChildNodes.gif)](https://github.com/techdivision/card-documentation-assets/raw/master/assets/card-decks/ChildNodes.gif)

#### Deck with specific NodeTypes (automatic)

[](#deck-with-specific-nodetypes-automatic)

Select one or more specific NodeTypes and the deck will render each of those nodes. Comes in handy for things like JobPostings etc. [![SelectedNodes](https://github.com/techdivision/card-documentation-assets/raw/master/assets/card-decks/NodeTypes.gif)](https://github.com/techdivision/card-documentation-assets/raw/master/assets/card-decks/NodeTypes.gif)

#### Deck with selected nodes (automatic)

[](#deck-with-selected-nodes-automatic)

Select desired document nodes to be displayed as cards. [![SelectedNodes](https://github.com/techdivision/card-documentation-assets/raw/master/assets/card-decks/SelectedNodes.gif)](https://github.com/techdivision/card-documentation-assets/raw/master/assets/card-decks/SelectedNodes.gif)

For Developers
--------------

[](#for-developers)

### Installation

[](#installation)

TechDivision.Card.Decks is available via packagist. Add `"techdivision/card-decks" : "~1.0"` to the require section of the composer.json or run `composer require techdivision/card-decks`.
**This package also installs [TechDivision.Card](https://github.com/techdivision/card)**

### Configuration

[](#configuration)

TechDivision.Card.Decks runs out of the box.
In order to remove the default stylesheet, please do the following:

```
prototype(Neos.Neos:Page) {
    head.stylesheets.cardGrid >
}

```

### Contribution

[](#contribution)

We will be happy to receive pull requests - dont hesitate!

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 66.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 ~558 days

Total

4

Last Release

738d ago

Major Versions

v1.1.0 → v2.0.02024-05-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/343dcb03a86553b7ba1c14aa008fe22edf0d960048cf97eb9ea1351e03e29f48?d=identicon)[mwitte](/maintainers/mwitte)

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

---

Top Contributors

[![regniets](https://avatars.githubusercontent.com/u/4123716?v=4)](https://github.com/regniets "regniets (6 commits)")[![SimonPaidla](https://avatars.githubusercontent.com/u/28459705?v=4)](https://github.com/SimonPaidla "SimonPaidla (2 commits)")[![dboeck](https://avatars.githubusercontent.com/u/6573641?v=4)](https://github.com/dboeck "dboeck (1 commits)")

---

Tags

neoscardNeosteasernodetypes

### Embed Badge

![Health badge](/badges/techdivision-card-decks/health.svg)

```
[![Health](https://phpackages.com/badges/techdivision-card-decks/health.svg)](https://phpackages.com/packages/techdivision-card-decks)
```

###  Alternatives

[ericlagarda/nova-text-card

A custom card for Laravel Nova to show Text in cards with some good options

20388.6k2](/packages/ericlagarda-nova-text-card)[shel/neos-hyphens

A plugin for Neos CMS which provides hyphens for the inline editor

20200.7k1](/packages/shel-neos-hyphens)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21166.3k](/packages/techdivision-ckstyles)[moc/notfound

Neos CMS package that loads a normal editable page for displaying a 404 error

18167.5k](/packages/moc-notfound)[carbon/includeassets

Include your assets (css, js) in an easy way into Neos

14228.6k10](/packages/carbon-includeassets)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)

PHPackages © 2026

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