PHPackages                             kleisli/neos-documentcollection - 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. [Admin Panels](/categories/admin)
4. /
5. kleisli/neos-documentcollection

ActiveNeos-package[Admin Panels](/categories/admin)

kleisli/neos-documentcollection
===============================

A backend list view of document subtrees for Neos CMS

1.0.0(3y ago)132CSS

Since Apr 25Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/Kleisli/Neos.DocumentCollection)[ Packagist](https://packagist.org/packages/kleisli/neos-documentcollection)[ RSS](/packages/kleisli-neos-documentcollection/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Kleisli.Neos.DocumentCollection
===============================

[](#kleislineosdocumentcollection)

A backend list view of document subtrees for Neos CMS to avoid large and confusing document subtrees that typically occur with news articles or blog posts.

[![DocumentCollection](Resources/Public/Images/DocumentCollection.png)](Resources/Public/Images/DocumentCollection.png)

Usage
-----

[](#usage)

### Fusion (Basic)

[](#fusion-basic)

- To enable the list view on any Document NodeType, it must be based on `Kleisli.Neos.DocumentCollection:Document.DocumentCollection`instead of an AbstractPage prototype based on Neos.Neos:Page.
- The page that is shown in the frontend has to be configured as property `layoutView`.
- The default view when accessing a DocumentCollection in the backend is `list` but you can also define `defaultView = 'layout'`
    - Switch between list and layout view using the icon tabs in the admin bar at the top of the page

```
prototype(My.Site:Document.News) < prototype(Kleisli.Neos.DocumentCollection:Document.DocumentCollection) {
    defaultView = 'list'
    layoutView = My.Site:Document.AbstractPage {
        ...
    }
}

```

### NodeTypes (Optional)

[](#nodetypes-optional)

- Use `Kleisli.Neos.DocumentCollection:Constraint.HideInDocumentTree` as a superType of your news article or blog post NodeType to hide them in the document tree. They can then only be accessed from the DocumentCollection views.
- superType `Kleisli.Neos.DocumentCollection:Document.DocumentCollection` dosen't do much, but it defines the folder as NodeType icon.

Example
-------

[](#example)

You can find a basic example in `NodeTypes/Document/Example` and `Resources/Private/Fusion/Document/Example`. To test the example in action, define the example NodeTypes as not abstract.

Todo
----

[](#todo)

- Pagination
- Sorting
- Search/Filter
- Add document button in list view

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance48

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

1164d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18674199?v=4)[Till Kleisli](/maintainers/kleisli)[@Kleisli](https://github.com/Kleisli)

---

Top Contributors

[![Kleisli](https://avatars.githubusercontent.com/u/18674199?v=4)](https://github.com/Kleisli "Kleisli (10 commits)")

---

Tags

neos-cmsneos-fusion

### Embed Badge

![Health badge](/badges/kleisli-neos-documentcollection/health.svg)

```
[![Health](https://phpackages.com/badges/kleisli-neos-documentcollection/health.svg)](https://phpackages.com/packages/kleisli-neos-documentcollection)
```

###  Alternatives

[neos/neos-ui

Neos CMS UI written in React

2671.0M118](/packages/neos-neos-ui)[neos/demo

Site package for the Neos Demo Site

18188.3k9](/packages/neos-demo)[neos/neos-base-distribution

Neos Base Distribution

4366.0k](/packages/neos-neos-base-distribution)[neos/redirecthandler-ui

This package provides a backend module to manage Neos.RedirectHandler redirects

13609.1k5](/packages/neos-redirecthandler-ui)[neos/seo

SEO configuration and tools for Neos

141.0M30](/packages/neos-seo)[neos/form-builder

Flow Form Framework integration into Neos CMS

19364.6k20](/packages/neos-form-builder)

PHPackages © 2026

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