PHPackages                             t3/cli-config - 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. [CLI &amp; Console](/categories/cli)
4. /
5. t3/cli-config

ActiveTypo3-cms-extension[CLI &amp; Console](/categories/cli)

t3/cli-config
=============

TYPO3 CMS extension to provide a command to set or unset global system settings on CLI.

1.0.1(6mo ago)15941[1 PRs](https://github.com/a-r-m-i-n/cli-config/pulls)GPL-2.0-or-laterPHPPHP ^8.2

Since Apr 27Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/a-r-m-i-n/cli-config)[ Packagist](https://packagist.org/packages/t3/cli-config)[ Docs](https://github.com/a-r-m-i-n/cli-config)[ RSS](/packages/t3-cli-config/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

t3/cli-config
=============

[](#t3cli-config)

A TYPO3 CMS extension that provides a command-line interface (CLI) for setting or unsetting global system settings.

This extension leverages the capabilities of Helmut Hummel's [helhum/typo3-console](https://github.com/TYPO3-Console/TYPO3-Console) package.

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

[](#requirements)

- TYPO3 v13.x
- PHP 8.2 or higher
- Cannot be installed alongside `helhum/typo3-console` due to conflicts.

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

[](#installation)

Install this extension like any other TYPO3 CMS extension.

For direct installation via TYPO3 Extension Repository (TER), visit: [https://extensions.typo3.org/extension/cli\_config](https://extensions.typo3.org/extension/cli_config)

For installation using Composer:

```
composer require t3/cli-config
```

**Important:** After installation, make sure to clear all caches to register and activate the newly included Symfony command.

Usage of command `configuration:set`
------------------------------------

[](#usage-of-command-configurationset)

Adds a new entry to the TYPO3 CLI command list, allowing configuration adjustments directly from the CLI.

### Syntax

[](#syntax)

```
vendor/bin/typo3 configuration:set [options] [--]  []

```

### Arguments

[](#arguments)

- `path`: The path to the system configuration (e.g., `SYS/displayErrors`).
- `value`: The new value to set for the given configuration path (optional if using `--unset`).

### Options

[](#options)

- `--unset`: Removes the entire entry at the specified configuration path.

### Examples

[](#examples)

#### Setting a value

[](#setting-a-value)

```
vendor/bin/typo3 configuration:set SYS/displayErrors 1
```

#### Unsetting a value

[](#unsetting-a-value)

```
vendor/bin/typo3 configuration:set --unset SYS/displayErrors
```

#### Setting negative numbers

[](#setting-negative-numbers)

To set a negative number, use `--` before the value to prevent the CLI from interpreting it as an option:

```
vendor/bin/typo3 configuration:set -- SYS/displayErrors -1
```

Otherwise you will get an error like:

> The "-1" option does not exist.

Additional Resources
--------------------

[](#additional-resources)

- [Git Repository](https://github.com/a-r-m-i-n/cli-config)
- [Issue tracker](https://github.com/a-r-m-i-n/cli-config/issues)
- [EXT:cli\_config in TER](https://extensions.typo3.org/extension/cli_config)
- [EXT:cli\_config on Packagist](https://packagist.org/packages/t3/cli-config)
- [The author](https://v.ieweg.de)
- [**Donate**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2DCCULSKFRZFU)

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance66

Regular maintenance activity

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Every ~555 days

Total

2

Last Release

196d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/355aa463a532a530009c06219f83ab8b20a9b80a2bc8995064b6d390c6427735?d=identicon)[ArminVieweg](/maintainers/ArminVieweg)

---

Top Contributors

[![a-r-m-i-n](https://avatars.githubusercontent.com/u/1275298?v=4)](https://github.com/a-r-m-i-n "a-r-m-i-n (8 commits)")

---

Tags

cliconfigurationtypo3

### Embed Badge

![Health badge](/badges/t3-cli-config/health.svg)

```
[![Health](https://phpackages.com/badges/t3-cli-config/health.svg)](https://phpackages.com/packages/t3-cli-config)
```

###  Alternatives

[symfony/console

Eases the creation of beautiful and testable command line interfaces

9.8k1.1B11.3k](/packages/symfony-console)[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.5k](/packages/nunomaduro-collision)[nunomaduro/termwind

It's like Tailwind CSS, but for the console.

2.5k239.8M286](/packages/nunomaduro-termwind)[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[helhum/typo3-console

A reliable and powerful command line interface for TYPO3 CMS

2939.0M192](/packages/helhum-typo3-console)[wp-cli/php-cli-tools

Console utilities for PHP

68325.0M367](/packages/wp-cli-php-cli-tools)

PHPackages © 2026

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