PHPackages                             waterproof/neos-team - 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. waterproof/neos-team

ActiveNeos-package

waterproof/neos-team
====================

Team and people management for Neos CMS 9 with central maintenance and optional detail pages

v1.0.0(yesterday)00MIT

Since Aug 14Pushed todayCompare

[ Source](https://github.com/dhuettner/neos-team)[ Packagist](https://packagist.org/packages/waterproof/neos-team)[ Docs](https://waterproof.agency/)[ RSS](/packages/waterproof-neos-team/feed)WikiDiscussions main Synced today

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

Waterproof.Team
===============

[](#waterproofteam)

Team and people management for **Neos CMS 9**. People are document nodes and are maintained in one place. Overviews and contact blocks read from there, so no data is entered twice. Departments run on [Sitegeist.Taxonomy](https://github.com/sitegeist/Sitegeist.Taxonomy), lists on [Flowpack.Listable](https://github.com/Flowpack/Flowpack.Listable).

The package ships **structure, not design**. Markup carries Tailwind class names, there is no CSS file and no build step of its own.

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

[](#installation)

```
composer require waterproof/neos-team
./flow neos.flow:package:rescan
./flow flow:cache:flush --force
./flow resource:publish
```

The three commands after the require are mandatory under DDEV. The Composer plugin writes the package cache to `Data/Temporary/`, while Flow reads it from `/tmp/Flow/`. Without `package:rescan` the package stays invisible.

### Set up Tailwind, or everything stays unstyled

[](#set-up-tailwind-or-everything-stays-unstyled)

The Fusion files live outside your site package, and Tailwind only finds class names in files from its `content` glob. Add this to your `tailwind.config.js`:

```
content: [
    './Resources/Private/**/*.{fusion,html,js}',
    './NodeTypes/**/*.{yaml,fusion}',
    '../../Packages/Application/Waterproof.Team/Resources/Private/**/*.fusion',
],
```

Without that entry the package works, but arrives without any layout.

Node types
----------

[](#node-types)

Node typeBackend labelPurpose`Waterproof.Team:Document.Person`PersonOne person with role, portrait, contact details, optional detail page`Waterproof.Team:Document.TeamIndex`TeamübersichtParent page, lists the people below it`Waterproof.Team:Content.TeamGrid`Team-ÜbersichtGrid, optionally limited to departments`Waterproof.Team:Content.TeamHighlight`AnsprechpartnerA single person on any pageDetail pages
------------

[](#detail-pages)

Every person carries the `hasDetailPage` property, switched off by default:

- **off:** cards do not link, a direct call answers with 404 in the frontend. The page stays editable in the backend so it can be prepared.
- **on:** the person gets a regular page with its own content area.

Column choice
-------------

[](#column-choice)

`Document.TeamIndex` and `Content.TeamGrid` carry a `columns` property with the values `cols1` to `cols4`, default `cols3`. The class names are written out in `Component/PersonCard.fusion`, because composed class names would be invisible to the Tailwind scanner.

Apply your own design
---------------------

[](#apply-your-own-design)

PrototypeResponsible for`Waterproof.Team:Document.Person.Short`Card in listings`Waterproof.Team:Content.PersonBody`Detail page`Waterproof.Team:Content.PersonNotFound`Output when the detail page is switched off`Waterproof.Team:Component.PersonCollection`Grid around the cards`Waterproof.Team:Component.GridClass`Mapping of column value to classesLanguages
---------

[](#languages)

Backend labels ship as XLIFF in `Resources/Private/Translations/` for German and English.

License
-------

[](#license)

MIT.

Built and maintained by [waterproof.agency](https://waterproof.agency/).

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

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

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4354997?v=4)[Dennis Hüttner](/maintainers/dhuettner)[@dhuettner](https://github.com/dhuettner)

---

Tags

fusionneosneos-cmsteamstaffNeosTeampeopleFUSIONNeos CMSafx

### Embed Badge

![Health badge](/badges/waterproof-neos-team/health.svg)

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

###  Alternatives

[sandstorm/neostwofactorauthentication

1428.7k](/packages/sandstorm-neostwofactorauthentication)[sitegeist/kaleidoscope

Responsive-images for Neos

29377.0k14](/packages/sitegeist-kaleidoscope)[neos/seo

SEO configuration and tools for Neos

131.0M35](/packages/neos-seo)[carbon/includeassets

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

14237.5k15](/packages/carbon-includeassets)[shel/critical-css

Allows inlining and optimising styles for components in Neos CMS

102.7k](/packages/shel-critical-css)[suffle/snapshot

Snapshot Testing of standalone fusion components

136.6k](/packages/suffle-snapshot)

PHPackages © 2026

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