PHPackages                             josefglatz/development-only - 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. josefglatz/development-only

ActiveTypo3-cms-extension

josefglatz/development-only
===========================

Development Only settings for TYPO3 CMS projects

2.1.0(1y ago)29.0k↓100%[1 issues](https://github.com/josefglatz/development-only/issues)GPL-2.0-or-laterPHP

Since Jan 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/josefglatz/development-only)[ Packagist](https://packagist.org/packages/josefglatz/development-only)[ RSS](/packages/josefglatz-development-only/feed)WikiDiscussions main Synced 1mo ago

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

| [Issues](https://github.com/josefglatz/development-only/issues) | [Packagist](https://packagist.org/packages/josefglatz/development-only) |

TYPO3 Extension `development-only`
----------------------------------

[](#typo3-extension-development-only)

> Development Only settings for TYPO3 CMS projects

Repository:### What is it good for?

[](#what-is-it-good-for)

In a development environment you often need adoptions to better concentrate on the project itself. This extension helps by improving the overall productivity and hides what is not needed in such an environment.

### What does the extension offer you?

[](#what-does-the-extension-offer-you)

> If you have ideas, snippets which needs to be added, please leave me an [Issue](https://github.com/josefglatz/development-only/issues/new/choose).

Each of the features are enabled automatically if the extension is activated and the ApplicationContext is set to `Development`.

#### 1. Hide Install Tool Security Check in Reports module (TYPO3 =&lt; 11 LTS only)

[](#1-hide-install-tool-security-check-in-reports-module-typo3--11-lts-only)

`\TYPO3\CMS\Install\Report\SecurityStatusReport` is disabled.

- You get no warning if you use `joh316` as Install Tool password.
- You get no warning if your Install Tool is activated (forever).

#### 2. Set common $GLOBALS\['TYPO3\_CONF\_VARS'\] for development context

[](#2-set-common-globalstypo3_conf_vars-for-development-context)

- `SYS/sitename`: Adding the prefix "DEV"
- `SYS/devIPmask`: \*
- `SYS/displayErrors`: true
- `SYS/trustedHostsPattern`: Flexible and not strict value
- `SYS/exceptionalErrors`: more verbose setting
- `BE/debug`: true, to show field names, ...
- `BE/lockSSL`: true, because with DDEV or any other professional dev environment it's o-o-t-b possible to use ssl localy, ...
- `BE/sessionTimeout`: set to very high value
- `BE/installToolPassword`: set to classic value `joh316`
- `FE/sessionTimeout`: set to very high value
- `FE/debug`: active

#### 3. Disables yoast-seo-for-typo3/yoast\_seo in page module

[](#3-disables-yoast-seo-for-typo3yoast_seo-in-page-module)

The snippet preview in development context is not working and is disabled via User TSconfig in development context with setup.override.hideYoastInPageModule = 1.

#### 4. Setting backend pagetree settings

[](#4-setting-backend-pagetree-settings)

- The PageId is always shown next to the page nav-/title

#### 5. Remove the requirement of a multi-factor authentication for a user

[](#5-remove-the-requirement-of-a-multi-factor-authentication-for-a-user)

This makes it possible to create a temporary user for debug situations without having to deal with MFA things.

#### 6. Time saver task "make root pages"

[](#6-time-saver-task-make-root-pages)

Building new TYPO3 instances often needs some power user features. Executing console command typo3 development-only:make-root-pages adjusts the is\_siteroot property to 1 and sets hidden property also to 1. The same functionality is provided as context menu item for the root page uid 0 within the TYPO3 backend page tree as logged in TYPO3 administrator.

7. Do not hide newly created pages by default

Simple TCAdefaults.pages.hidden = 0 if development context is active. Not more and not less.

---

### Installation

[](#installation)

`composer require --dev josefglatz/development-only`

> Since every component works only in the Development Application Context I advice you to require the extension only as `require-dev` package in your TYPO3 instance. Make sure to use `composer install --no-dev` while packaging your TYPO3 project for the productive hosting environment.

### How to check the installation

[](#how-to-check-the-installation)

For TYPO3 12 and up: You find a status in the TYPO3 report module (if the report module is installed).

- throws an error notice if the extension is active in a non-development context
- in composer mode: throws an error notice if the extension is in "require" section instead of "require-dev" section

---

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 87.1% 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

Every ~289 days

Recently: every ~133 days

Total

7

Last Release

556d ago

Major Versions

1.0.2 → 2.0.02023-09-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b9b873a3ab532be8b148c0da96ce9c37931a2268d52af7a00e0d0251f855088?d=identicon)[josefglatz](/maintainers/josefglatz)

---

Top Contributors

[![josefglatz](https://avatars.githubusercontent.com/u/2861556?v=4)](https://github.com/josefglatz "josefglatz (27 commits)")[![helmutstrasser](https://avatars.githubusercontent.com/u/888354?v=4)](https://github.com/helmutstrasser "helmutstrasser (4 commits)")

---

Tags

development-environmenttypo3-cms-extensiontypo3-extensiondevelopmentextensiontypo3productivitydevelopmentenvironments

### Embed Badge

![Health badge](/badges/josefglatz-development-only/health.svg)

```
[![Health](https://phpackages.com/badges/josefglatz-development-only/health.svg)](https://phpackages.com/packages/josefglatz-development-only)
```

###  Alternatives

[josefglatz/beuser-fastswitch

Fast backend user switch for TYPO3 CMS administrator users.

17108.4k](/packages/josefglatz-beuser-fastswitch)[leuchtfeuer/locate

Locate - The users country, preferred language and other facts will be detected. Depending on configurable rules the user can be redirected to other languages or pages. Locate also provides geo blocking for configurable pages in configurable countries.

1182.8k](/packages/leuchtfeuer-locate)[netresearch/contexts

Multi-channel content visibility for TYPO3 - by Netresearch

1117.4k1](/packages/netresearch-contexts)

PHPackages © 2026

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