PHPackages                             marekskopal/typo3-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. marekskopal/typo3-team

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

marekskopal/typo3-team
======================

Team members list plugin for TYPO3 CMS

v1.0.0(yesterday)02↑2900%GPL-2.0-or-laterPHPPHP &gt;=8.3CI passing

Since Jun 8Pushed yesterdayCompare

[ Source](https://github.com/marekskopal/typo3-team)[ Packagist](https://packagist.org/packages/marekskopal/typo3-team)[ Docs](https://marekskopal.com)[ RSS](/packages/marekskopal-typo3-team/feed)WikiDiscussions main Synced yesterday

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

Team for TYPO3 CMS
==================

[](#team-for-typo3-cms)

Team members list as a content element in TYPO3. Members with photo, role, contact details and rich-text bio are managed in the TYPO3 backend; the frontend renders a responsive card grid with an optional detail page.

Features
--------

[](#features)

- Team members with first name, last name, position, photos (FAL) and rich-text bio
- Contact fields: **email**, **phone**, **LinkedIn URL**, **website URL**
- Manual drag &amp; drop sorting in the backend
- Pin members as **top** — top members are sorted first and can be listed separately
- Multiple **images** per member via FAL; main image getter exposed for templates
- TYPO3 system **categories** support per member (e.g. departments)
- **Show only top** FlexForm option to display only pinned members
- **Template layouts** — switchable per content element via FlexForm, configured through TSconfig or PHP globals
- Separate **List** and **Show** actions for grid and member detail page
- Responsive CSS grid, no JavaScript
- Multilingual support (EN, CS, DE labels out of the box)
- Customizable templates and styling

Requirements
------------

[](#requirements)

- PHP 8.3+
- TYPO3 13.4 or 14.x

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

[](#installation)

```
composer require marekskopal/typo3-team
```

After installation, run the database analyser in the TYPO3 Install Tool to create the required tables.

Setup
-----

[](#setup)

Include the TypoScript Set **Team** in your site package or via the site configuration sets.

Backend Setup
-------------

[](#backend-setup)

Create **Team member** records on the page where the content element is placed:

- **First name / Last name** — required
- **Position** — job title shown under the name
- **About** — rich-text bio (RTE)
- **Email / Phone / LinkedIn URL / Website URL** — optional contact fields
- **Images** — one or more FAL files; the first one is used as the main image
- **Categories** — optional TYPO3 system categories
- **Top** — pin the member so they are sorted first (and can be shown exclusively via the *Show only top* option)

Drag and drop members to set their display order within each tier (top members always appear first). Then add the **Team** content element to the same page.

Content Element Options (FlexForm)
----------------------------------

[](#content-element-options-flexform)

OptionDescription**Show only top**When enabled, only members marked as *Top* are displayed**Member ordering**Choose the ordering strategy (top + sorting, sorting only, UID, alphabetical)**Template layout**Select an alternative template layout defined in TSconfig or PHP globalsDomain Model
------------

[](#domain-model)

The `Member` model exposes the following getters:

- `getFirstName(): string`
- `getLastName(): string`
- `getFullName(): string` — concatenated, trimmed
- `getPosition(): string`
- `getAbout(): string` — RTE content
- `getEmail(): string`
- `getPhone(): string`
- `getLinkedInUrl(): string`
- `getWebsiteUrl(): string`
- `getImages(): ObjectStorage`
- `getImageMain(): ?FileReference` — first image, or `null`
- `getCategories(): ObjectStorage`
- `getPrimaryCategory(): ?Category`
- `isTop(): bool`

Template Layouts
----------------

[](#template-layouts)

Register custom template layouts in Page TSconfig:

```
tx_msteam.templateLayouts {
    my_layout = My custom layout
}

```

Or in PHP (e.g. `ext_localconf.php`):

```
$GLOBALS['TYPO3_CONF_VARS']['EXT']['ms_team']['templateLayouts'][] = ['My layout label', 'my_layout'];
```

Then configure the corresponding template paths in TypoScript:

```
plugin.tx_msteam_team.settings.templateLayouts {
    my_layout {
        templateRootPath = EXT:your_extension/Resources/Private/Templates/MsTeam/MyLayout/
        partialRootPath  = EXT:your_extension/Resources/Private/Partials/MsTeam/MyLayout/
        layoutRootPath   = EXT:your_extension/Resources/Private/Layouts/MsTeam/MyLayout/
    }
}

```

Customization
-------------

[](#customization)

### Templates

[](#templates)

Override templates by setting custom paths in TypoScript:

```
plugin.tx_msteam_team.view.templateRootPaths.10 = EXT:your_extension/Resources/Private/Templates/MsTeam/
plugin.tx_msteam_team.view.partialRootPaths.10  = EXT:your_extension/Resources/Private/Partials/MsTeam/
plugin.tx_msteam_team.view.layoutRootPaths.10   = EXT:your_extension/Resources/Private/Layouts/MsTeam/

```

### Styling

[](#styling)

The extension includes minimal CSS. Key classes:

ClassElement`.msteam-wrapper`Outer wrapper`.msteam__list`Grid of member cards`.msteam__item`Single member card`.msteam__image`Cropped square photo on the card`.msteam__name`Member full name on the card`.msteam__position`Job title on the card`.msteam__detail`Detail page wrapper`.msteam__contact`Contact list (email/phone/LinkedIn/website)License
-------

[](#license)

GPL-2.0-or-later

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance100

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33967656?v=4)[Marek Skopal](/maintainers/marekskopal)[@marekskopal](https://github.com/marekskopal)

---

Top Contributors

[![marekskopal](https://avatars.githubusercontent.com/u/33967656?v=4)](https://github.com/marekskopal "marekskopal (2 commits)")

---

Tags

typo3typo3-extensionmemberstypo3Teampeople

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/marekskopal-typo3-team/health.svg)

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

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k44](/packages/friendsoftypo3-content-blocks)[pagemachine/typo3-formlog

Form log for TYPO3

23233.9k7](/packages/pagemachine-typo3-formlog)[georgringer/news

News system - Versatile news system based on Extbase &amp; Fluid and using the latest technologies provided by TYPO3 CMS.

2985.2M111](/packages/georgringer-news)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

41515.2k](/packages/wazum-sluggi)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1590.6k](/packages/eliashaeussler-typo3-form-consent)[friendsoftypo3/visual-editor

TYPO3 CMS Visual Editor - Brings a modern WYSIWYG editing experience to TYPO3 CMS.

523.1k2](/packages/friendsoftypo3-visual-editor)

PHPackages © 2026

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