PHPackages                             in2code/in2responsible - 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. in2code/in2responsible

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

in2code/in2responsible
======================

Shows the responsible editor for a page.

13.0.0(9mo ago)15.3k↓42.9%[1 issues](https://github.com/in2code-de/in2responsible/issues)GPL-2.0+PHPPHP &gt;=7.4.0

Since Sep 20Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/in2code-de/in2responsible)[ Packagist](https://packagist.org/packages/in2code/in2responsible)[ RSS](/packages/in2code-in2responsible/feed)WikiDiscussions typo3\_13 Synced 1mo ago

READMEChangelogDependencies (9)Versions (11)Used By (0)

TYPO3 extension in2responsible
==============================

[](#typo3-extension-in2responsible)

Introduction
------------

[](#introduction)

Small TYPO3 extension to show a responsible editor in TYPO3 backend page module for a page. Useful for large TYPO3 instances like those from universities and higher education.

[![Page module](Documentation/Images/screenshot_backend_pagemodule.png)](Documentation/Images/screenshot_backend_pagemodule.png)

[![Page settings](Documentation/Images/screenshot_backend_pagesettings.png)](Documentation/Images/screenshot_backend_pagesettings.png)

Requirements and installation
-----------------------------

[](#requirements-and-installation)

```
composer req in2code/in2responsible

```

Configuration
-------------

[](#configuration)

Use Page TSConfig for a general configuration:

### TYPO3 12

[](#typo3-12)

```
tx_in2responsible {
	note {
		active = 1
		templatePath = EXT:in2responsible/Resources/Private/Templates/Note.html
	}
}

```

In HTML template file, fields and labels can be defined

### TYPO3 11

[](#typo3-11)

```
tx_in2responsible {
	showMessage = 1
	message = Diese Person ist für den Inhalt dieser Seite verantwortlich:
	name = Name des Ansprechpartners
	name.field = author
	email =
	email.field = author_email
	check =
	check.field = tx_in2responsible_check
}

```

DataProcessing in frontend (TYPO3 12 only)
------------------------------------------

[](#dataprocessing-in-frontend-typo3-12-only)

If you want also to show name and/or email of the responsible author in frontend, you can use the delivered DataProcessor in TypoScript and Fluid:

```
100 = In2code\In2responsible\DataProcessing\ResponsibleProcessor
100 {
    as = responsibleData
}

```

```

	Send feedback

```

Breaking changes / Upgrade Info
-------------------------------

[](#breaking-changes--upgrade-info)

### Update to version 13.0.0

[](#update-to-version-1300)

- Field pages.tx\_in2responsible\_check is not checked any more by default. See commit message for details.

Contribution with ddev
----------------------

[](#contribution-with-ddev)

This repository provides a DDEV-backed development environment. If DDEV is installed, simply run the following commands to quickly set up a local environment with example usages:

- `ddev start`
- `ddev initialize`

### Requirements

[](#requirements)

1. Install ddev, see:
2. Install git-lfs, see:

### Installation

[](#installation)

1. Clone this repository
2. Run `ddev start`
3. Run `ddev initialize` to setup configurations and test database

Branchinfo
----------

[](#branchinfo)

- master Branch - Next Major Version

Early Access Programm for TYPO3 14 support
------------------------------------------

[](#early-access-programm-for-typo3-14-support)

ℹ️ **TYPO3 14 compatibility**

> See [EAP page (DE)](https://www.in2code.de/agentur/typo3-extensions/early-access-programm/) or [EAP page (EN)](https://www.in2code.de/en/agency/typo3-extensions/early-access-program/) for more information how to get access to a TYPO3 14 version

Changelog
---------

[](#changelog)

VersionDateStateDescription13.0.02025-05-23\[!!!\] TaskSupport TYPO3 13 only7.1.02024-03-05FeatureAdd DataProcessor for frontend rendering of the responsible person7.0.02024-03-05TaskUpdate for TYPO3 12, also dropped support for TYPO3 9 and 106.0.02022-02-25\[!!!\] TaskUpdate for TYPO3 11.5. Drop support of TYPO3 8.x5.0.02021-06-09\[!!!\] TaskUpdate for TYPO3 10.4. Drop support of TYPO3 6.x and 7.x4.0.02020-03-11TaskUpdate for TYPO3 9.53.0.02017-09-20TaskUpdate for TYPO3 8.7

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance48

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~360 days

Recently: every ~130 days

Total

9

Last Release

283d ago

Major Versions

4.0.0 → 5.0.02021-06-09

5.0.0 → 6.0.02022-02-25

6.0.0 → 7.0.02024-03-05

7.1.1 → 8.0.02025-05-23

8.0.0 → 13.0.02025-08-08

### Community

Maintainers

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

---

Top Contributors

[![sebastianstein](https://avatars.githubusercontent.com/u/25500519?v=4)](https://github.com/sebastianstein "sebastianstein (18 commits)")[![einpraegsam](https://avatars.githubusercontent.com/u/89055?v=4)](https://github.com/einpraegsam "einpraegsam (17 commits)")[![mschwemer](https://avatars.githubusercontent.com/u/103594?v=4)](https://github.com/mschwemer "mschwemer (6 commits)")[![pixeldesu](https://avatars.githubusercontent.com/u/1774242?v=4)](https://github.com/pixeldesu "pixeldesu (3 commits)")[![sbusemann](https://avatars.githubusercontent.com/u/3660954?v=4)](https://github.com/sbusemann "sbusemann (1 commits)")

### Embed Badge

![Health badge](/badges/in2code-in2responsible/health.svg)

```
[![Health](https://phpackages.com/badges/in2code-in2responsible/health.svg)](https://phpackages.com/packages/in2code-in2responsible)
```

###  Alternatives

[in2code/powermail

Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features

982.5M38](/packages/in2code-powermail)[fluidtypo3/flux

The flux package from FluidTYPO3

152982.2k20](/packages/fluidtypo3-flux)[friendsoftypo3/content-blocks

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

96374.6k23](/packages/friendsoftypo3-content-blocks)[derhansen/sf_event_mgt

Configurable event management and registration extension based on ExtBase and Fluid

64313.9k6](/packages/derhansen-sf-event-mgt)[typo3/cms-t3editor

TYPO3 CMS T3Editor - JavaScript-driven editor with syntax highlighting and code completion. Based on CodeMirror.

115.9M50](/packages/typo3-cms-t3editor)[wazum/sluggi

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

39488.5k](/packages/wazum-sluggi)

PHPackages © 2026

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