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 3mo 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 1mo ago

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

30

—

LowBetter than 65% of packages

Maintenance52

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

1111d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b0c4c2e910a7d2e4fd8cf1e4a2392d2c54622ae5ab12e8b338422d404fa8f21a?d=identicon)[kleisli](/maintainers/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

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[neos/neos-ui

Neos CMS UI written in React

2661.0M104](/packages/neos-neos-ui)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[neos/demo

Site package for the Neos Demo Site

18181.0k6](/packages/neos-demo)

PHPackages © 2026

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